We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c96fb1 commit 5d140e0Copy full SHA for 5d140e0
.github/workflows/vthreads.yml
@@ -41,7 +41,7 @@ jobs:
41
java-version: ["21"] #, "8", "11", "17"]
42
clojure-version: ["1.10.3", "1.11.4", "1.12.0"]
43
test-context: [":aot:test"] #, ":aot:test:vthreads", ":aot:test:no-vthreads", ":aot:test:go-check"]
44
- compile-mode: ["compile-tests-vthreads"] #, "compile-tests-no-vthreads"]
+ compile-mode: ["compile-tests-vthreads", "compile-tests-no-vthreads"]
45
runs-on: ${{ matrix.os }}
46
steps:
47
- name: Set up Clojure
0 commit comments