diff options
Diffstat (limited to 'vendor/github.com/uptrace/bun/Makefile')
| -rw-r--r-- | vendor/github.com/uptrace/bun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/uptrace/bun/Makefile b/vendor/github.com/uptrace/bun/Makefile index 255d0f7ee..0bbfb5653 100644 --- a/vendor/github.com/uptrace/bun/Makefile +++ b/vendor/github.com/uptrace/bun/Makefile @@ -6,6 +6,7 @@ test: echo "go test in $${dir}"; \ (cd "$${dir}" && \ go test && \ + env RACETEST=1 go test -race && \ env GOOS=linux GOARCH=386 TZ= go test && \ go vet); \ done |
