From 61eb1f95a45c4b02498bc582b07536cd1bca44b6 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Fri, 30 Apr 2021 08:51:47 -0400 Subject: [PATCH] run check tests in CI (#532) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe18b2c5c..067bfe035 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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