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