Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
2 changed files with
1 additions and
1 deletions
-
Makefile
-
test.sh
|
|
@ -35,7 +35,6 @@ dist: |
|
|
|
@ bash scripts/dist.sh |
|
|
|
@ bash scripts/publish.sh |
|
|
|
|
|
|
|
# test.sh requires that we run the installed cmds, must not be out of date
|
|
|
|
test: |
|
|
|
@ find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \; |
|
|
|
@ echo "==> Running go test" |
|
|
|
|
|
@ -14,5 +14,6 @@ done |
|
|
|
|
|
|
|
echo "==> Running integration tests (./tests)" |
|
|
|
find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \; |
|
|
|
# tests/test.sh requires that we run the installed cmds, must not be out of date |
|
|
|
make install |
|
|
|
bash tests/test.sh |