remove linux tag
This commit is contained in:
parent
a8028a576f
commit
ad1fb03f00
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -167,7 +167,7 @@ kind-e2e-chart-tests: ## Run helm chart e2e tests
|
||||||
e2e-test-binary: ## Build binary for e2e tests.
|
e2e-test-binary: ## Build binary for e2e tests.
|
||||||
@build/run-in-docker.sh \
|
@build/run-in-docker.sh \
|
||||||
MAC_OS=$(MAC_OS) \
|
MAC_OS=$(MAC_OS) \
|
||||||
ginkgo build ./test/e2e -tags linux
|
ginkgo build ./test/e2e
|
||||||
|
|
||||||
.PHONY: print-e2e-suite
|
.PHONY: print-e2e-suite
|
||||||
print-e2e-suite: e2e-test-binary ## Prints information about the suite of e2e tests.
|
print-e2e-suite: e2e-test-binary ## Prints information about the suite of e2e tests.
|
||||||
|
|
Loading…
Reference in a new issue