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

test: update go mod before testing(go mod tidy) (#2423)

This commit is contained in:
Monkey
2023-02-08 19:52:04 +08:00
committed by GitHub
parent 206ad44196
commit 1cb89d7f3b

View File

@ -4,6 +4,7 @@ test: testdeps
set -e; for dir in $(GO_MOD_DIRS); do \
echo "go test in $${dir}"; \
(cd "$${dir}" && \
go mod tidy -compat=1.18 && \
go test && \
go test ./... -short -race && \
go test ./... -run=NONE -bench=. -benchmem && \