Skip to content
Snippets Groups Projects
Commit b0f9f6a6 authored by Cam Saul's avatar Cam Saul
Browse files

skip teardown

parent 6e81924b
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,14 @@ machine:
oraclejdk8
dependencies:
override:
- echo "ok!" ## Nothing, `lein eastwood`/`lein test` will load dependencies as needed so don't waste time booting Clojure twice
- echo "ok!" # Nothing, `lein eastwood`/`lein test` will load dependencies as needed so don't waste time booting Clojure twice
database:
override:
- echo "ok!" # We aren't using the test DB
test:
override:
- case $CIRCLE_NODE_INDEX in 0) lein eastwood ;; 1) lein test ;; esac:
parallel: true
teardown:
override:
- echo "ok!" # don't waste 10 seconds looking for junit xml files or cucumber json files. There are none
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment