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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy