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: |
|
||||
script/test
|
||||
script/clj_http_lite_test
|
||||
script/deps_clj_test
|
||||
# - run:
|
||||
# name: Performance report
|
||||
# command: |
|
||||
|
|
@ -180,6 +181,7 @@ jobs:
|
|||
command: |
|
||||
script/test
|
||||
script/clj_http_lite_test
|
||||
script/deps_clj_test
|
||||
# - run:
|
||||
# name: Performance report
|
||||
# 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