Skip to content

Commit

Permalink
fix: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-qvest-seidl committed Aug 2, 2024
1 parent 144e1c4 commit 82b87e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test: fmtcheck vet

testacc: fmtcheck vet
go test -v github.com/qvest-digital/terraform-provider-keycloak/keycloak
TF_ACC=1 CHECKPOINT_DISABLE=1 go test -v -timeout 60m -parallel 4 github.com/qvest-digital/terraform-provider-keycloak/provider $(TESTARGS)
TF_ACC=1 CHECKPOINT_DISABLE=1 go test -v -timeout 60m -parallel 2 github.com/qvest-digital/terraform-provider-keycloak/provider $(TESTARGS)

fmtcheck:
lineCount=$(shell gofmt -l -s $(GOFMT_FILES) | wc -l | tr -d ' ') && exit $$lineCount
Expand Down

0 comments on commit 82b87e1

Please sign in to comment.