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 bfedd05 commit bb83c00Copy full SHA for bb83c00
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