Skip to content

Commit

Permalink
Run go vet in CI (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
abihf authored Feb 19, 2019
1 parent 812c65f commit 3923a1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ jobs:
name: Download dependencies
command: go mod download

- run:
name: Run linter
command: go vet -v

- run:
name: Run test
command: go test -v -race -coverprofile=coverage.txt -covermode=atomic
command: go test -v -coverprofile=coverage.txt -covermode=atomic

- run:
name: Collect coverage
Expand Down

0 comments on commit 3923a1b

Please sign in to comment.