Update CI to show failing tests

main
erik 2 years ago
parent b82b8d662e
commit 5382b073bc

@ -35,6 +35,7 @@ test-cljs:
stage: build_and_test
script:
- shadow-cljs compile test
- node target/node-tests.js
test-clj:
<<: *clj

@ -11,6 +11,5 @@
:release {}
:compiler-options {:optimizations :advanced}}
:test {:target :node-test
:output-to "target/node-tests.js"
:autorun true
:output-to "target/node-tests.js"
:repl-pprint true}}}
Loading…
Cancel
Save