Files
scroll/common/Makefile
2025-07-01 06:39:27 +08:00

7 lines
185 B
Makefile

.PHONY: lint
test:
go test -v -race -coverprofile=coverage.txt -covermode=atomic -p 1 $(PWD)/...
lint: ## Lint the files - used for CI
GOBIN=$(PWD)/build/bin go run ../build/lint.go