Skip to content

Commit

Permalink
build: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroEkkusu committed Dec 1, 2023
1 parent ae6e58a commit 586ad45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: "npm"
- run: npm ci
- run: npx hardhat compile --show-stack-traces
- run: TS_NODE_TRANSPILE_ONLY=1 npx hardhat test --parallel
- run: TS_NODE_TRANSPILE_ONLY=1 npx hardhat test
forge_tests:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 586ad45

Please sign in to comment.