From 5aaa280987e62ee88ba07bde567d98de22b8bf4b Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 31 Jul 2021 19:31:39 -0700 Subject: [PATCH] fix invocation after bumping CLI version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 864ed3d..a35243c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - checkout - restore_cache: key: next-jdbc-{{ checksum "deps.edn" }} - - run: clojure -Spath -R:test + - run: clojure -Spath -A:test - save_cache: paths: - ~/.m2