summaryrefslogtreecommitdiff
path: root/vendor/github.com/vmihailenco/msgpack/v5/Makefile
blob: 9c3b8dc090278b2ef73884f0c7e3f9b0657ffcd8 (plain)
1
2
3
4
5
6
7
all:
	go test ./...
	go test ./... -short -race
	go test ./... -run=NONE -bench=. -benchmem
	env GOOS=linux GOARCH=386 go test ./...
	go vet
	golangci-lint run