terraform-provider-google/vendor/github.com/vmihailenco/msgpack/Makefile

6 lines
97 B
Makefile
Raw Normal View History

2019-02-26 22:56:13 +00:00
all:
go test ./...
env GOOS=linux GOARCH=386 go test ./...
go test ./... -short -race
go vet