Skip to content

Commit

Permalink
fixing Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsz-rb committed Feb 28, 2024
1 parent 1d08ce4 commit 35c2ac6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ test:
@#echo $(TEST) | xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4

testacc:
TF_ACC=1 TERRAFORM_PROVIDER_ROLLBAR_DEBUG=1 go test -covermode=atomic -coverprofile=coverage.out $(TEST) -v $(TESTARGS) -timeout 120m

TF_ACC=1 TERRAFORM_PROVIDER_ROLLBAR_DEBUG=1 go test -covermode=atomic -coverprofile=coverage_client.out client -v $(TESTARGS) -timeout 10m
TF_ACC=1 TERRAFORM_PROVIDER_ROLLBAR_DEBUG=1 go test -covermode=atomic -coverprofile=coverage_project.out rollbar -v $(TESTARGS) -timeout 10m -testify.m ^TestAccProject
cat coverage_client.out coverage_project.out > coverage.out
slscan:
./.slscan.sh

Expand Down

0 comments on commit 35c2ac6

Please sign in to comment.