Skip to content

Commit

Permalink
[WORKFLOW] HARDHAT_RUN_PARALLEL is 0 or 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Feb 7, 2024
1 parent 6b86ad7 commit b160da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call.test-ethereum-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
working-directory: ./packages/ethereum-contracts
env:
HARDHAT_TEST_JOBS: 4
HARDHAT_RUN_PARALLEL: true
HARDHAT_RUN_PARALLEL: 1

########################################
## Coverage Test
Expand All @@ -104,7 +104,7 @@ jobs:
NODE_OPTIONS: --max_old_space_size=4096
IS_COVERAGE_TEST: true
HARDHAT_TEST_JOBS: 2
HARDHAT_RUN_PARALLEL: false
HARDHAT_RUN_PARALLEL: 0

- name: Clean up and merge coverage artifacts
if: inputs.run-coverage-tests == true
Expand Down

0 comments on commit b160da2

Please sign in to comment.