Skip to content

Commit 22eedc4

Browse files
committed
update Makefile
1 parent 22d189d commit 22eedc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: terraform-provider-coder
1111

1212
# Builds the provider. Note that as coder/coder is based on
1313
# alpine, we need to disable cgo.
14-
terraform-provider-coder: provider/*.go main.go
14+
terraform-provider-coder: provider/*.go tpfprovider/*.go main.go
1515
CGO_ENABLED=0 go build .
1616

1717
# Run integration tests
@@ -22,4 +22,4 @@ test-integration: terraform-provider-coder
2222
# Run acceptance tests
2323
.PHONY: testacc
2424
testacc:
25-
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
25+
TF_ACC=1 go test ./... -v -count=1 $(TESTARGS) -timeout 120m

0 commit comments

Comments
 (0)