Files
cloudpods/vendor/github.com/vmihailenco/msgpack/Makefile
2019-05-17 13:53:45 +08:00

7 lines
144 B
Makefile

all:
go test ./...
env GOOS=linux GOARCH=386 go test ./...
go test ./... -short -race
go test ./... -run=nothing -bench=. -benchmem
go vet