Skip to content

Commit 5d140e0

Browse files
committed
expand matirx
1 parent 5c96fb1 commit 5d140e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vthreads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
java-version: ["21"] #, "8", "11", "17"]
4242
clojure-version: ["1.10.3", "1.11.4", "1.12.0"]
4343
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"]
44+
compile-mode: ["compile-tests-vthreads", "compile-tests-no-vthreads"]
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
- name: Set up Clojure

0 commit comments

Comments
 (0)