Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Dec 18, 2024
1 parent 81b20ed commit 9623a79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ test-e2e-cleanup: ## cleanup test e2e namespace/pr left open

.PHONY: test-e2e
test-e2e: test-e2e-cleanup ## run e2e tests
@env GODEBUG=asynctimerchan=1 \
echo $(GO_TEST_FLAGS)
env GODEBUG=asynctimerchan=1 \
go test $(GO_TEST_FLAGS) -timeout $(TIMEOUT_E2E) -failfast -count=1 -tags=e2e $(GO_TEST_FLAGS) ./test

.PHONY: html-coverage
Expand Down

0 comments on commit 9623a79

Please sign in to comment.