mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-09 17:53:59 +01:00
7 lines
91 B
Makefile
7 lines
91 B
Makefile
.PHONY: lint
|
|
lint:
|
|
pre-commit run --all-files
|
|
|
|
.PHONY: test
|
|
test:
|
|
go test -race -v ./...
|