Skip to content

Commit

Permalink
ci: add rwa tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Jun 19, 2024
1 parent 15e48c6 commit 06005a9
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 @@ -41,6 +41,7 @@ jobs:
- run: npm run test:builders
- run: npm run test:quotes
- run: npm run test:hyeth
- run: npm run test:rwa
- run: npm run test:btc2x
- run: npm run test:cdeti
- run: npm run test:dseth
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"test:eth2xfli": "npm test src/tests/eth2xfli",
"test:gtceth": "npm test src/tests/gtceth",
"test:hyeth": "npm test src/tests/hyeth.test.ts",
"test:rwa": "npm test src/tests/rwa.presale.test.ts",
"test:iceth": "npm test src/tests/iceth",
"test:icreth": "npm test src/tests/icreth",
"test:watch": "jest --watch"
Expand Down

0 comments on commit 06005a9

Please sign in to comment.