Skip to content

Commit

Permalink
speed up test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Zvonimir authored and Zvonimir committed Feb 26, 2025
1 parent 3c9896c commit 38625e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: npm ci

- name: Run tests
run: npx hardhat test
run: npm run test:parallel

0 comments on commit 38625e5

Please sign in to comment.