Skip to content

Commit

Permalink
Merge pull request #3484 from ericvergnaud/master
Browse files Browse the repository at this point in the history
increase Windows CI concurrency for all targets except Dart
  • Loading branch information
ericvergnaud authored Jan 9, 2022
2 parents 96c053c + 1e87a62 commit 2be5a44
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/scripts-windows/run-tests-csharp.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dotnet build runtime/CSharp/src/Antlr4.csproj -c Release
dotnet pack runtime/CSharp/src/Antlr4.csproj -c Release
cd runtime-testsuite
mvn -Dtest=csharp.** test
mvn -Dparallel=classes -DthreadCount=2 -Dtest=csharp.** test
cd ..
2 changes: 1 addition & 1 deletion .github/scripts-windows/run-tests-go.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd runtime-testsuite
mvn -Dtest=go.** test
mvn -Dparallel=classes -DthreadCount=2 -Dtest=go.** test
cd ..
2 changes: 1 addition & 1 deletion .github/scripts-windows/run-tests-java.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd runtime-testsuite
mvn -Dtest=java.** test
mvn -Dparallel=classes -DthreadCount=2 -Dtest=java.** test
cd ..
2 changes: 1 addition & 1 deletion .github/scripts-windows/run-tests-javascript.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd runtime-testsuite
mvn -Dtest=javascript.** test
mvn -Dparallel=classes -DthreadCount=2 -Dtest=javascript.** test
cd ..
2 changes: 1 addition & 1 deletion .github/scripts-windows/run-tests-php.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ git clone https://github.com/antlr/antlr-php-runtime.git
move antlr-php-runtime runtime\PHP

cd runtime-testsuite
mvn -Dtest=php.** test -Dantlr-php-php="C:\tools\php81\php.exe"
mvn -Dparallel=classes -DthreadCount=2 -Dtest=php.** test -Dantlr-php-php="C:\tools\php81\php.exe"
cd ..
2 changes: 1 addition & 1 deletion .github/scripts-windows/run-tests-python2.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd runtime-testsuite
mvn -Dantlr-python2-python="C:\Python27\python.exe" -Dtest=python2.** test
mvn -Dparallel=classes -DthreadCount=2 -Dantlr-python2-python="C:\Python27\python.exe" -Dtest=python2.** test
cd ..
2 changes: 1 addition & 1 deletion .github/scripts-windows/run-tests-python3.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd runtime-testsuite
mvn -Dantlr-python3-python="C:\Python310\python.exe" -Dtest=python3.** test
mvn -Dparallel=classes -DthreadCount=2 -Dantlr-python3-python="C:\Python310\python.exe" -Dtest=python3.** test
cd ..

0 comments on commit 2be5a44

Please sign in to comment.