Skip to content

Commit

Permalink
add to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed May 6, 2024
1 parent 753febe commit b6333bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
"examples/audio_and_video",
"examples/audio_recorder",
"examples/autoreload",
"examples/basic_bitcoin"
"examples/bitcoin",
"examples/bitcoinjs-lib",
"examples/bitcore-lib",
Expand Down
1 change: 1 addition & 0 deletions examples/basic_bitcoin/test/tests.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as dns from 'node:dns';
dns.setDefaultResultOrder('ipv4first');

// import * as ecc from 'tiny-secp256k1/lib/'; // TODO we should switch to this import as soon as we have wasm support
import * as ecc from '@bitcoin-js/tiny-secp256k1-asmjs';
import { jsonParse, jsonStringify } from 'azle';
import { GetUtxosResult, Outpoint, Satoshi } from 'azle/canisters/management';
Expand Down

0 comments on commit b6333bc

Please sign in to comment.