terraform-provider-docker/vendor/github.com/vmihailenco/msgpack/Makefile
Matt Keeler a789ce2036 Update to Terraform 0.12 (#150). Closes #144
* Update to terraform 0.12
* Fix acceptance tests to make syntax 0.12 compatible.
2019-06-11 00:24:55 +02:00

5 lines
97 B
Makefile

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