Skip to content

Commit 7e948ad

Browse files
committed
ci: increase parallelism to 4 and see if it's faster
1 parent 975366c commit 7e948ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-examples.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- run: dotnet tool install --global boogie --version '3.4.3'
6666

6767
- run: ./mill compile
68-
- run: ./scripts/scalatest.sh -oID -PS2 -T 1000000 -n test_util.tags.StandardSystemTest
68+
- run: ./scripts/scalatest.sh -oID -PS4 -T 1000000 -n test_util.tags.StandardSystemTest
6969

7070
- uses: actions/upload-artifact@v4
7171
with:
@@ -116,7 +116,7 @@ jobs:
116116
- run: dotnet tool install --global boogie --version '3.4.3'
117117

118118
- run: ./mill test.compile
119-
- run: ./scripts/scalatest.sh -oID -PS2 -T 1000000 -n test_util.tags.UnitTest
119+
- run: ./scripts/scalatest.sh -oID -PS4 -T 1000000 -n test_util.tags.UnitTest
120120

121121
# every test with package prefix:
122122
# sbt "show test:definedTests"
@@ -144,4 +144,4 @@ jobs:
144144
- run: echo "All systemtest suites:" && ./mill test.testOnly '*SystemTests*' -- -z 'xxxx'
145145

146146
- run: ./mill compile
147-
- run: ./scripts/scalatest.sh -oID -PS2 -T 1000000 -n test_util.tags.AnalysisSystemTest
147+
- run: ./scripts/scalatest.sh -oID -PS4 -T 1000000 -n test_util.tags.AnalysisSystemTest

0 commit comments

Comments
 (0)