add auspex tests to CI
This commit is contained in:
parent
cd54d2a911
commit
ea36bbecb9
2 changed files with 7 additions and 1 deletions
4
deps.edn
4
deps.edn
|
|
@ -149,7 +149,9 @@
|
|||
:git/tag "0.8.9"}
|
||||
meander/epsilon {:git/url "https://github.com/noprompt/meander"
|
||||
:git/sha "55f5ce70e6ef717e95c58260f6bc725d70c0cb6d"}
|
||||
}
|
||||
cc.qbits/auspex {:git/url "https://github.com/mpenet/auspex"
|
||||
:git/sha "1a9d7427e60e1a434a764aa820d1c53f7e22504a"
|
||||
:deps/manifest :deps}}
|
||||
:classpath-overrides {org.clojure/clojure nil
|
||||
org.clojure/spec.alpha nil}}
|
||||
:clj-nvd
|
||||
|
|
|
|||
|
|
@ -159,4 +159,8 @@
|
|||
:test-paths ["test"]
|
||||
:git-url "https://github.com/noprompt/meander"
|
||||
:git-sha "55f5ce70e6ef717e95c58260f6bc725d70c0cb6d"}
|
||||
cc.qbits/auspex {:git-url "https://github.com/mpenet/auspex"
|
||||
:git-sha "1a9d7427e60e1a434a764aa820d1c53f7e22504a"
|
||||
:test-paths ["test"]
|
||||
:test-namespaces [qbits.auspex-test]}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue