We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f434728 commit 7f8b981Copy full SHA for 7f8b981
.github/workflows/ci-go.yml
@@ -39,7 +39,7 @@ jobs:
39
terraform_version: ${{ matrix.terraform }}
40
terraform_wrapper: false
41
- run: go mod download
42
- - run: go test -coverprofile=coverage.out ./...
+ - run: go test -v -coverprofile=coverage.out ./...
43
env:
44
TF_ACC: "1"
45
- name: Remove wildcard suffix from TF version
0 commit comments