Simplify deps/CircleCI setup
User -R to get deps for caching, then -A to actually run tests
This commit is contained in:
parent
a43c2876d3
commit
8db9689dff
2 changed files with 1 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
- checkout
|
||||
- restore_cache:
|
||||
key: next-jdbc-{{ checksum "deps.edn" }}
|
||||
- run: clojure -A:test:runner-ci -Spath
|
||||
- run: clojure -R:test:runner -Spath
|
||||
- save_cache:
|
||||
paths:
|
||||
- ~/.m2
|
||||
|
|
|
|||
4
deps.edn
4
deps.edn
|
|
@ -12,10 +12,6 @@
|
|||
com.impossibl.pgjdbc-ng/pgjdbc-ng {:mvn/version "0.7.1"}
|
||||
org.xerial/sqlite-jdbc {:mvn/version "3.23.1"}
|
||||
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "6.2.2.jre8"}}}
|
||||
:runner-ci ; to get deps cached on CircleCI
|
||||
{:extra-deps {com.cognitect/test-runner
|
||||
{:git/url "https://github.com/cognitect-labs/test-runner"
|
||||
:sha "cb96e80f6f3d3b307c59cbeb49bb0dcb3a2a780b"}}}
|
||||
:runner
|
||||
{:extra-deps {com.cognitect/test-runner
|
||||
{:git/url "https://github.com/cognitect-labs/test-runner"
|
||||
|
|
|
|||
Loading…
Reference in a new issue