terraform-provider-gitea/vendor/github.com/vmihailenco/tagparser/Makefile

9 lines
205 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 ./...
go vet ./...
go get github.com/gordonklaus/ineffassign
ineffassign .