Skip to content

Commit

Permalink
Increase REFERENCE_TESTS_PARALLELISM
Browse files Browse the repository at this point in the history
This increases the `REFERENCE_TESTS_PARALLELISM` to see whether this has
any impact on performance.
  • Loading branch information
DavePearce committed Dec 4, 2024
1 parent f7a87ea commit 4090540
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 @@ -66,7 +66,7 @@ jobs:
run: ./gradlew referenceBlockchainTests -x spotlessCheck
timeout-minutes: 180
env:
REFERENCE_TESTS_PARALLELISM: 1
REFERENCE_TESTS_PARALLELISM: 2
JAVA_OPTS: -Dorg.gradle.daemon=false
CORSET_FLAGS: disable
GOCORSET_FLAGS: -wd --ansi-escapes=false --report --air
Expand Down

0 comments on commit 4090540

Please sign in to comment.