The -Spath option must come first

This commit is contained in:
Sean Corfield 2020-09-09 17:14:38 -07:00
parent d042939424
commit 5197e172d8

View file

@ -10,7 +10,7 @@ jobs:
- checkout
- restore_cache:
key: next-jdbc-{{ checksum "deps.edn" }}
- run: clojure -R:test:runner -Spath
- run: clojure -Spath -R:test:runner
- save_cache:
paths:
- ~/.m2