Skip to content

Commit 9392ce0

Browse files
committed
Enable race detector in e2e tests
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 111bbfe commit 9392ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -eou pipefail
1818

19-
export CGO_ENABLED=0
19+
export CGO_ENABLED=1
2020
export GO111MODULE=on
2121
export GOFLAGS="-mod=vendor"
2222

0 commit comments

Comments
 (0)