Skip to content

Commit

Permalink
[housekeeping] simpler test setup, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Apr 26, 2024
1 parent a86fd02 commit 7ad64ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .cljfmt.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{:remove-multiple-non-indenting-spaces? true
:sort-ns-references? true}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
restore-keys: "${{ runner.os }}-navi-"

- name: "Run tests"
run: "clojure -M:test"
run: "clojure -X:test"
10 changes: 6 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
; license that can be found in the LICENSE file or at
; https://opensource.org/licenses/MIT.

{:deps {io.swagger.parser.v3/swagger-parser {:mvn/version "2.1.22"}}
:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.88.1376"}
org.clojure/test.check {:mvn/version "1.1.1"}}
:main-opts ["-m" "kaocha.runner" "--reporter" "kaocha.report.progress/report"]}}}
{:deps {io.swagger.parser.v3/swagger-parser {:mvn/version "2.1.22"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}

0 comments on commit 7ad64ac

Please sign in to comment.