Skip to content

Commit

Permalink
run check tests in CI (FairwindsOps#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Apr 30, 2021
1 parent a66a6b8 commit 61eb1f9
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 @@ -154,7 +154,7 @@ jobs:
- run: go get -u golang.org/x/lint/golint
- run: go list ./... | grep -v vendor | xargs golint -set_exit_status
- run: go list ./... | grep -v vendor | xargs go vet
- run: go test ./pkg/... -coverprofile=coverage.txt -covermode=count
- run: go test ./... -coverprofile=coverage.txt -covermode=count
- run: go run main.go audit --audit-path ./deploy --set-exit-code-below-score 100 --set-exit-code-on-danger
- *test_binary_dashboard

Expand Down

0 comments on commit 61eb1f9

Please sign in to comment.