summaryrefslogtreecommitdiff
path: root/vendor/github.com/vmihailenco/msgpack/Makefile
blob: 29660d2bc047be2b0b258400f44a3e8ffa137765 (plain)
1
2
3
4
5
6
all:
	go test ./...
	env GOOS=linux GOARCH=386 go test ./...
	go test ./... -short -race
	go test ./... -run=nothing -bench=. -benchmem
	go vet