Skip to content

Commit

Permalink
fix: test arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dfroberg committed Mar 26, 2024
1 parent 369f799 commit a725557
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 @@ -17,7 +17,7 @@ dist:
test:
go test -v -i $(TEST) || exit 1
echo $(TEST) | \
xargs -t -n4 go -v test $(TESTARGS) -timeout=30s -parallel=4
xargs -t -n4 go test -v $(TESTARGS) -timeout=30s -parallel=4

testacc:
TF_ACC=1 go test -v ./kubernetes -v $(TESTARGS) -timeout 120m -count=1
Expand Down

0 comments on commit a725557

Please sign in to comment.