Update CI to show failing tests

This commit is contained in:
erik 2022-09-02 10:12:39 +02:00
parent 05edb62598
commit 1c9c1a732e
2 changed files with 2 additions and 2 deletions

View file

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

View file

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