diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db1324a..9f8266e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ test-cljs: stage: build_and_test script: - shadow-cljs compile test + - node target/node-tests.js test-clj: <<: *clj diff --git a/shadow-cljs.edn b/shadow-cljs.edn index d9165b3..2f5c954 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -13,5 +13,4 @@ :compiler-options {:optimizations :advanced}} :test {:target :node-test :output-to "target/node-tests.js" - :autorun true :repl-pprint true}}}