summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/vmihailenco/msgpack/v5/Makefile
blob: e9aade78294ee1d27d146999072883c93fb92862 (plain) (blame)
1
2
3
4
5
6
test:
	go test ./...
	go test ./... -short -race
	go test ./... -run=NONE -bench=. -benchmem
	env GOOS=linux GOARCH=386 go test ./...
	go vet