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.
2 parents bfedd05 + bb83c00 commit b897906Copy full SHA for b897906
Makefile
@@ -16,7 +16,7 @@ test:
16
TF_ORACLE_ENV=test go test -v
17
18
test_acceptance:
19
- TF_ACC=1 go test -v
+ TF_ORACLE_ENV=test TF_ACC=1 go test -v
20
21
build: test
22
go build -o terraform-provider-baremetal
0 commit comments