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

Fix build on 32bit arch

This commit is contained in:
Vladimir Mihailenco
2018-03-07 12:20:26 +02:00
parent 063393987a
commit a64d3e1ef1
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
all: testdeps
go test ./...
go test ./... -short -race
env GOOS=linux GOARCH=386 go test ./...
go vet
testdeps: testdata/redis/src/redis-server