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

7 lines
142 B
Makefile
Raw Normal View History

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