Skip to content

Commit

Permalink
ci: Add explicit compile step to fix race cond
Browse files Browse the repository at this point in the history
There is a race condition between the typechecking and compiler so we
add an explicit compile step here to ensure the race is not hit.
  • Loading branch information
nddeluca committed Sep 6, 2024
1 parent 92f525d commit a511e03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Install npm dependencies
run: npm install
working-directory: tests/e2e-evm
- name: Run test suite against hardhat network
run: npm run compile
working-directory: tests/e2e-evm
- name: Run test suite against hardhat network
run: npm run test-hardhat
working-directory: tests/e2e-evm
Expand Down

0 comments on commit a511e03

Please sign in to comment.