terraform-provider-gitea/vendor/github.com/vmihailenco/msgpack/v4/Makefile

7 lines
152 B
Makefile
Raw Normal View History

2022-04-03 04:07:16 +00:00
all:
go test ./...
go test ./... -short -race
go test ./... -run=NONE -bench=. -benchmem
env GOOS=linux GOARCH=386 go test ./...
golangci-lint run