fatcontext/Makefile

8 lines
108 B
Makefile

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