goplaces/Makefile
2026-01-02 18:21:38 +01:00

12 lines
140 B
Makefile

.PHONY: lint test coverage
lint:
golangci-lint fmt
golangci-lint run ./...
test:
go test ./...
coverage:
./scripts/check-coverage.sh