Skip to content

Commit

Permalink
Raise parallelism to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DavePearce committed Jan 22, 2025
1 parent 9085701 commit 6f1d9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reference-blockchain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: GOMEMLIMIT=32GiB ./gradlew -Dblockchain=Ethereum referenceBlockchainTests -x spotlessCheck --tests "${{ inputs.test_filter || 'BlockchainReferenceTest_*' }}"
timeout-minutes: 360
env:
REFERENCE_TESTS_PARALLELISM: 1
REFERENCE_TESTS_PARALLELISM: 2
JAVA_OPTS: -Dorg.gradle.daemon=false
CORSET_FLAGS: disable
GOCORSET_FLAGS: -vw --ansi-escapes=false --report --air
Expand Down

0 comments on commit 6f1d9c7

Please sign in to comment.