mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2025-02-05 12:12:32 +01:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
.PHONY: lint
|
|
lint:
|
|
pre-commit run --all-files
|
|
|
|
.PHONY: test
|
|
test:
|
|
go mod download
|
|
go test -race -v ./...
|