Commit 6086767 1 parent 614acda commit 6086767 Copy full SHA for 6086767
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
- run : dotnet tool install --global boogie --version '3.4.3'
66
66
67
67
- run : ./mill compile
68
- - run : ./mill test.runMain org.scalatest.tools.Runner -oID -P -R out/test/compile.dest/classes -n test_util.tags.StandardSystemTest
68
+ - run : ./mill test.runMain org.scalatest.tools.Runner -oID -P2 -R out/test/compile.dest/classes -n test_util.tags.StandardSystemTest
69
69
70
70
- uses : actions/upload-artifact@v4
71
71
with :
@@ -116,7 +116,7 @@ jobs:
116
116
- run : dotnet tool install --global boogie --version '3.4.3'
117
117
118
118
- run : ./mill test.compile
119
- - run : ./mill test.runMain org.scalatest.tools.Runner -oID -P -R out/test/compile.dest/classes -n test_util.tags.UnitTest
119
+ - run : ./mill test.runMain org.scalatest.tools.Runner -oID -P2 -R out/test/compile.dest/classes -n test_util.tags.UnitTest
120
120
121
121
# every test with package prefix:
122
122
# sbt "show test:definedTests"
@@ -144,4 +144,4 @@ jobs:
144
144
- run : echo "All systemtest suites:" && ./mill test.testOnly '*SystemTests*' -- -z 'xxxx'
145
145
146
146
- run : ./mill compile
147
- - run : ./mill test.runMain org.scalatest.tools.Runner -oID -P -R out/test/compile.dest/classes -n test_util.tags.AnalysisSystemTest
147
+ - run : ./mill test.runMain org.scalatest.tools.Runner -oID -P2 -R out/test/compile.dest/classes -n test_util.tags.AnalysisSystemTest
You can’t perform that action at this time.
0 commit comments