Skip to content

Commit e61f197

Browse files
authored
Update vthreads.yml
1 parent 34b65d1 commit e61f197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vthreads.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ jobs:
6060
cache: 'maven'
6161
- name: Compile tests
6262
run: clojure -T:build ${{ matrix.compile-mode }}
63+
- name: Test AOT with test-runner
64+
run: clojure -X${{ matrix.test-context }} -Sdeps '{:deps {org.clojure/clojure {:mvn/version "${{ matrix.clojure-version }}"}}}' :dirs '["src/test/clojure"]' :nses '[clojure.core.async-test clojure.core.pipeline-test clojure.core.async.buffers-test clojure.core.async.concurrent-test clojure.core.async.exceptions-test clojure.core.async.timers-test]'

0 commit comments

Comments
 (0)