go-test-color/Makefile

14 lines
229 B
Makefile
Raw Normal View History

2022-07-23 16:27:08 +00:00
.PHONY: all test-color lint try-4-real
2022-07-23 14:30:15 +00:00
2022-07-23 16:27:08 +00:00
all: test-color lint try-4-real
2022-07-23 14:30:15 +00:00
test-color:
go install github.com/haunt98/go-test-color@latest
go-test-color -race -failfast ./...
lint:
golangci-lint run ./...
2022-07-23 16:27:08 +00:00
try-4-real:
go run .