mirror of https://github.com/go-redis/redis.git
Add changes
This commit is contained in:
parent
7bc11bf2b5
commit
39c9610d37
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ test: testdeps
|
||||||
go test ./... -short -race && \
|
go test ./... -short -race && \
|
||||||
go test ./... -run=NONE -bench=. -benchmem && \
|
go test ./... -run=NONE -bench=. -benchmem && \
|
||||||
env GOOS=linux GOARCH=386 go test && \
|
env GOOS=linux GOARCH=386 go test && \
|
||||||
go test -race -coverprofile=coverage.txt -covermode=atomic ./... \
|
go test -coverprofile=coverage.txt -covermode=atomic ./... && \
|
||||||
go vet); \
|
go vet); \
|
||||||
done
|
done
|
||||||
cd internal/customvet && go build .
|
cd internal/customvet && go build .
|
||||||
|
|
Loading…
Reference in New Issue