Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 15, 2024
1 parent c50cc55 commit 61e8a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:
- name: Run standard ${{matrix.suite}}
run: |
cd test
bun papi
bun moonwall test ${{matrix.suite}}
# disabled until web3.js fix their stuff
# - name: Run standard web3 run
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fmt:fix": "biome format . --write",
"node_test": "node --no-warnings --loader tsx --test suites/node_test/*.ts",
"bun_test": "bun test suites/bun_test/*",
"postinstall": "papi"
"papi": "papi"
},
"devDependencies": {
"@acala-network/chopsticks": "*",
Expand Down

0 comments on commit 61e8a56

Please sign in to comment.