We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50236a commit 9e75d48Copy full SHA for 9e75d48
1 file changed
deps.edn
@@ -15,14 +15,16 @@
15
16
:aliases
17
{
18
+ ;; Build docs: clj -X:codox
19
:codox {:extra-deps {codox/codox {:mvn/version "0.10.8"}}
20
:exec-fn codox.main/generate-docs
21
:exec-args {:source-paths ["src"]
22
:namespaces [clojure.tools.tools.api]
23
:output-path "docs"}}
24
+
25
+ ;; Run tests: clj -X:test
26
:test {:extra-paths ["test"]
27
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
- :main-opts ["-m" "cognitect.test-runner"]
28
:exec-fn cognitect.test-runner.api/test}
29
}
30
0 commit comments