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 d151934 commit 641c24fCopy full SHA for 641c24f
.github/workflows/test.yml
@@ -87,6 +87,7 @@ jobs:
87
88
echo "Running tests for Terraform ${{ matrix.terraform }}"
89
go mod download
90
+ go build -v .
91
go test -timeout 0 -v -cover ./sumologic/
92
env:
93
TF_ACC: "1"
0 commit comments