fatcontext/Makefile

7 lines
91 B
Makefile

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