Skip to content

Commit

Permalink
ci: fix e2e-test in Darwin by always building with GOOS=linux (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin authored Nov 30, 2022
1 parent 88dd128 commit 5a387b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ E2E_FLAKE_ATTEMPTS ?= 1
e2e-test: ## Runs e2e tests
e2e-test: install-tool.golang install-tool.ginkgo
ifneq ($(SKIP_BUILD),true)
e2e-test: build-snapshot
$(MAKE) GOOS=linux build-snapshot
endif
$(info $(M) running e2e tests$(if $(E2E_LABEL), labelled "$(E2E_LABEL)")$(if $(E2E_FOCUS), matching "$(E2E_FOCUS)"))
ginkgo run \
Expand Down

0 comments on commit 5a387b2

Please sign in to comment.