Skip to content

Commit e5578cd

Browse files
committed
Fix param
1 parent 0ec0871 commit e5578cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ generate_mocks: ## TODO: auto install go install go.uber.org/mock/mockgen@latest
239239

240240
# e2e tests
241241
# setting parallel to 2 to avoid flakiness
242-
E2E_PARAM := "--namespace e2e --parallel 2 --apply-timeout 30s --assert-timeout 1min"
242+
E2E_PARAM := --namespace e2e --parallel 2 --apply-timeout 30s --assert-timeout 1min
243243
.PHONY: create-kind-3.7.8
244244
create-kind-3.7.8:
245245
./kind/local-env.sh --version 3.7.8

0 commit comments

Comments
 (0)