Skip to content

Commit

Permalink
fix circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed May 14, 2019
1 parent 56b75fd commit 83e32ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: go list ./... | grep -v vendor | xargs go vet
- run: go test ./pkg/... -v -coverprofile ./test/cover.out
- run: ./test/calculate-coverage.sh
- run: git diff --exit-code
- run: git diff --exit-code README.md

test-deploy:
docker:
Expand Down

0 comments on commit 83e32ce

Please sign in to comment.