Skip to content

Commit

Permalink
Vet package in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
politician committed Sep 14, 2021
1 parent ce9b654 commit b99e9cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Build
run: go build -v .

- name: Vet
run: go vet .

- name: TF acceptance tests
timeout-minutes: 10
run: go test -v -cover ./internal/provider/
Expand Down

0 comments on commit b99e9cc

Please sign in to comment.