Skip to content

Commit

Permalink
Add args to Bugs test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Jul 10, 2024
1 parent fe6ce71 commit 6dd9359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Compile with Maven
run: mvn clean compile assembly:single
- name: Bugs
run: mvn -Dtest=Bugs test
run: mvn -Dtest=Bugs test -DargLine="--add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED"
- name: NativeFLWORRuntimeTests
run: mvn -Dtest=NativeFLWORRuntimeTests test -DargLine="--add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED"
- name: NativeFLWORRuntimeTestsNativeDeactivated
Expand Down

0 comments on commit 6dd9359

Please sign in to comment.