Skip to content

Commit

Permalink
Fix invalid whitespace on tests-e2e/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed Sep 20, 2023
1 parent ad82ba5 commit 4e4c07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ help: ## Display this help.

.PHONY: test
test: ## Run E2E tests.
ENABLE_APPPROJECT_ISOLATION="true" go test -v -p=1 -timeout=100m -race -count=1 -coverprofile=coverage.out ./...
ENABLE_APPPROJECT_ISOLATION="true" go test -v -p=1 -timeout=100m -race -count=1 -coverprofile=coverage.out ./...

# go-get-tool will 'go install' any package $2 and install it to $1.
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
Expand Down

0 comments on commit 4e4c07f

Please sign in to comment.