1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-25 00:01:00 +03:00

chore: update uptrace config

This commit is contained in:
Vladimir Mihailenco
2023-01-30 10:02:16 +02:00
parent ddb0bc08be
commit ce04442105
2 changed files with 89 additions and 70 deletions

View File

@@ -5,8 +5,8 @@ test: testdeps
echo "go test in $${dir}"; \
(cd "$${dir}" && \
go test && \
go test ./... -short -race &&
go test ./... -run=NONE -bench=. -benchmem &&
go test ./... -short -race && \
go test ./... -run=NONE -bench=. -benchmem && \
env GOOS=linux GOARCH=386 go test && \
go vet); \
done