Skip to content

Commit fb0bf1b

Browse files
committed
Fix bad merge in vendor folder. Update makefile to not run acceptance tests every build
1 parent c3bc145 commit fb0bf1b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ clean:
1212
fmt:
1313
gofmt -w $(GOFMT_FILES)
1414

15-
test:
16-
TF_ORACLE_ENV=test go test -v
15+
test_acceptance_debug:
16+
TF_LOG=DEBUG DEBUG=true TF_ORACLE_ENV=test TF_ACC=1 go test -v
1717

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

21-
build: test
21+
build:
2222
go build -o terraform-provider-baremetal
2323

2424
cross: test_acceptance

vendor/github.com/MustWin/baremetal-sdk-go/response_unmarshallers.go

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)