fatcontext/Makefile

8 lines
91 B
Makefile
Raw Normal View History

2024-03-27 22:01:18 +01:00
.PHONY: lint
lint:
2024-03-27 22:59:32 +01:00
pre-commit run --all-files
.PHONY: test
test:
go test -race -v ./...