Update CI to show failing tests

merge-requests/6/merge
erik 2 years ago
parent 05edb62598
commit 1c9c1a732e

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

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