Skip to content

Commit 7f8b981

Browse files
committed
add -v to test runs
1 parent f434728 commit 7f8b981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
terraform_version: ${{ matrix.terraform }}
4040
terraform_wrapper: false
4141
- run: go mod download
42-
- run: go test -coverprofile=coverage.out ./...
42+
- run: go test -v -coverprofile=coverage.out ./...
4343
env:
4444
TF_ACC: "1"
4545
- name: Remove wildcard suffix from TF version

0 commit comments

Comments
 (0)