fatcontext/Makefile

9 lines
108 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:
2024-03-27 23:06:08 +01:00
go mod download
2024-03-27 22:59:32 +01:00
go test -race -v ./...