Skip to content

Commit b897906

Browse files
Merge pull request #54 from MustWin/master
Add a test fix to the makefile
2 parents bfedd05 + bb83c00 commit b897906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test:
1616
TF_ORACLE_ENV=test go test -v
1717

1818
test_acceptance:
19-
TF_ACC=1 go test -v
19+
TF_ORACLE_ENV=test TF_ACC=1 go test -v
2020

2121
build: test
2222
go build -o terraform-provider-baremetal

0 commit comments

Comments
 (0)