use correct test function
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-07-09 23:15:25 +02:00
parent 021db20aa1
commit 6165e5ae19
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ test: fmt-check
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
testacc: fmt-check
TF_ACC=1 go test -v $(TEST) $(TESTARGS) -timeout 40m
go test -v $(TEST) $(TESTARGS) -timeout 40m
vet:
@echo "go vet ."