go-test-color/Makefile

11 lines
184 B
Makefile
Raw Normal View History

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