Skip to content

Commit

Permalink
adding lines to debug pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimutant committed Dec 11, 2024
1 parent 088bf33 commit cb07a65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ test: fmtcheck
go test --tags=unit $(TEST) -timeout=30s -parallel=4

testacc: fmtcheck
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 500m -coverprofile c.out -covermode=count
@echo "==> Running testcases..."
@echo "==> Running testcases..."
@echo "TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 500m -coverprofile c.out -covermode=count"
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 500m -coverprofile c.out -covermode=count

TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 500m -coverprofile c.out -covermode=count
fmt:
@echo "==> Fixing source code with gofmt..."
goimports -w ./$(PKG_NAME)
Expand Down

0 comments on commit cb07a65

Please sign in to comment.