Add deps.clj test
This commit is contained in:
parent
aaf78a093d
commit
51af94f70b
2 changed files with 8 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
script/test
|
script/test
|
||||||
script/clj_http_lite_test
|
script/clj_http_lite_test
|
||||||
|
script/deps_clj_test
|
||||||
# - run:
|
# - run:
|
||||||
# name: Performance report
|
# name: Performance report
|
||||||
# command: |
|
# command: |
|
||||||
|
|
@ -180,6 +181,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
script/test
|
script/test
|
||||||
script/clj_http_lite_test
|
script/clj_http_lite_test
|
||||||
|
script/deps_clj_test
|
||||||
# - run:
|
# - run:
|
||||||
# name: Performance report
|
# name: Performance report
|
||||||
# command: |
|
# command: |
|
||||||
|
|
|
||||||
6
script/deps_clj_test
Executable file
6
script/deps_clj_test
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
curl -sL https://raw.githubusercontent.com/borkdude/deps.clj/master/deps.clj -o deps_test.clj
|
||||||
|
chmod +x deps_test.clj
|
||||||
|
./bb deps_test.clj -Sdescribe
|
||||||
|
rm deps_test.clj
|
||||||
Loading…
Reference in a new issue