Skip to content

Commit

Permalink
add -v to test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Nov 15, 2024
1 parent f434728 commit 7f8b981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- run: go mod download
- run: go test -coverprofile=coverage.out ./...
- run: go test -v -coverprofile=coverage.out ./...
env:
TF_ACC: "1"
- name: Remove wildcard suffix from TF version
Expand Down

0 comments on commit 7f8b981

Please sign in to comment.