Add deps.clj test

This commit is contained in:
Michiel Borkent 2020-01-07 09:20:42 +01:00
parent aaf78a093d
commit 51af94f70b
2 changed files with 8 additions and 0 deletions

View file

@ -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
View 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