Update CI to show failing tests
This commit is contained in:
parent
447d80a2e4
commit
519bec0a0a
2 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,7 @@ test-cljs:
|
|||
stage: build_and_test
|
||||
script:
|
||||
- shadow-cljs compile test
|
||||
- node target/node-tests.js
|
||||
|
||||
test-clj:
|
||||
<<: *clj
|
||||
|
|
|
@ -13,5 +13,4 @@
|
|||
:compiler-options {:optimizations :advanced}}
|
||||
:test {:target :node-test
|
||||
:output-to "target/node-tests.js"
|
||||
:autorun true
|
||||
:repl-pprint true}}}
|
||||
|
|
Loading…
Reference in a new issue