Skip to content

Commit d93da18

Browse files
authored
Merge pull request docker#10261 from milas/ci-win-e2e
ci: use CGO for tests to enable race detector
2 parents eb1c798 + 15f7104 commit d93da18

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
@@ -61,7 +61,7 @@ install: binary
6161

6262
.PHONY: e2e-compose
6363
e2e-compose: ## Run end to end local tests in plugin mode. Set E2E_TEST=TestName to run a single test
64-
go test $(TEST_FLAGS) $(TEST_COVERAGE_FLAGS) -count=1 ./pkg/e2e
64+
CGO_ENABLED=1 go test $(TEST_FLAGS) $(TEST_COVERAGE_FLAGS) -count=1 ./pkg/e2e
6565

6666
.PHONY: e2e-compose-standalone
6767
e2e-compose-standalone: ## Run End to end local tests in standalone mode. Set E2E_TEST=TestName to run a single test

0 commit comments

Comments
 (0)