terraform-provider-google/vendor/github.com/vmihailenco/msgpack/Makefile
2018-12-26 10:59:22 -08:00

6 lines
97 B
Makefile

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