fatcontext/Makefile
2024-03-27 23:07:11 +01:00

7 lines
91 B
Makefile

.PHONY: lint
lint:
pre-commit run --all-files
.PHONY: test
test:
go test -race -v ./...