aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/vmihailenco/msgpack/Makefile
blob: b62ae6a46e307052389afdee0d269646c7aaa860 (plain) (blame)
1
2
3
4
5
all:
	go test ./...
	env GOOS=linux GOARCH=386 go test ./...
	go test ./... -short -race
	go vet