diff --git a/src/run.bash b/src/run.bash index 7fdd637d994..0de36feca44 100755 --- a/src/run.bash +++ b/src/run.bash @@ -46,8 +46,8 @@ echo echo '# sync -cpu=10' go test sync -short -timeout=120s -cpu=10 -case "$GOHOSTOS-$GOOS-$GOARCH" in -linux-linux-amd64 | darwin-darwin-amd64) +case "$GOHOSTOS-$GOOS-$GOARCH-$CGO_ENABLED" in +linux-linux-amd64-1 | darwin-darwin-amd64-1) echo echo '# Testing race detector.' go test -race -i flag