Update CI to show failing tests

This commit is contained in:
erik 2022-09-02 10:11:39 +02:00
parent f1aa04b94b
commit f05a3731fe
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -11,5 +11,4 @@
:compiler-options {:optimizations :advanced}}
:test {:target :node-test
:output-to "target/node-tests.js"
:autorun true
:repl-pprint true}}}