We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a7b8f commit c6872a2Copy full SHA for c6872a2
2 files changed
.github/workflows/run-tests.yml
@@ -25,6 +25,4 @@ jobs:
25
cli: 1.11.3.1463
26
27
- name: Test Clojure
28
- run: clojure -M:test
29
- env:
30
- JDK_JAVA_OPTIONS: "--add-opens=java.base/java.nio=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true"
+ run: clojure -J--add-opens=java.base/java.nio=ALL-UNNAMED -J-Dio.netty.tryReflectionSetAccessible=true -M:test
.github/workflows/test+deploy.yml
@@ -32,9 +32,7 @@ jobs:
32
33
34
35
36
37
38
39
lint:
40
runs-on: ubuntu-latest
0 commit comments