mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
chore: use redis 8 ce m05 (#3304)
* use m05 * add platform, since client-libs has image for amd64 * verbose testing * Update .github/workflows/build.yml
This commit is contained in:
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ test.ci:
|
||||
(cd "$${dir}" && \
|
||||
go mod tidy -compat=1.18 && \
|
||||
go vet && \
|
||||
go test -coverprofile=coverage.txt -covermode=atomic ./... -race); \
|
||||
go test -v -coverprofile=coverage.txt -covermode=atomic ./... -race); \
|
||||
done
|
||||
cd internal/customvet && go build .
|
||||
go vet -vettool ./internal/customvet/customvet
|
||||
|
Reference in New Issue
Block a user