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:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user