diff --git a/script/test b/script/test index d869902..7192e5c 100755 --- a/script/test +++ b/script/test @@ -17,7 +17,7 @@ run_with_cgo_deps() { main() { cd "$ROOT" echo "Running tests..." - run_with_cgo_deps "CGO_ENABLED=1 go test -timeout 30s -v ./..." + run_with_cgo_deps "CGO_ENABLED=1 go test -timeout 30s -race -v ./..." } main "$@"