From 409054089581170b54c0963045b97ee48514d5f2 Mon Sep 17 00:00:00 2001 From: DavePearce Date: Wed, 4 Dec 2024 19:39:32 +1300 Subject: [PATCH] Increase `REFERENCE_TESTS_PARALLELISM` This increases the `REFERENCE_TESTS_PARALLELISM` to see whether this has any impact on performance. --- .github/workflows/reference-blockchain-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reference-blockchain-tests.yml b/.github/workflows/reference-blockchain-tests.yml index d10430c26..98f49fb87 100644 --- a/.github/workflows/reference-blockchain-tests.yml +++ b/.github/workflows/reference-blockchain-tests.yml @@ -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