Skip to content

Commit

Permalink
ci: add test script for ic21
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Oct 24, 2024
1 parent 8c84f65 commit ef515f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- run: npm run test:builders
- run: npm run test:quotes
- run: npm run test:base
- run: npm run test:ic21
- run: npm run test:icusd
- run: npm run test:hyeth
# - run: npm run test:btc2x
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"test:hyeth": "npm test src/tests/hyeth.test.ts",
"test:iceth": "npm test src/tests/iceth",
"test:icusd": "npm test src/tests/icusd.test.ts",
"test:ic21": "npm test src/tests/ic21.test.ts",
"test:watch": "jest --watch"
},
"keywords": [
Expand Down

0 comments on commit ef515f9

Please sign in to comment.