Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Aug 28, 2024
1 parent d6888cb commit 0929d8f
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 @@ -21,7 +21,7 @@ test: deps
go test -mod=readonly -count=1 ./...

test-acceptance: deps
TF_ACC=1 go test -v -mod=readonly -count=10 ./...
TF_ACC=1 go test -v -mod=readonly -count=1 -parallel 10 ./...

check-docs: docs
git diff --exit-code -- docs
Expand Down

0 comments on commit 0929d8f

Please sign in to comment.