samurai/Makefile
2021-02-10 10:29:25 +01:00

8 lines
89 B
Makefile

.PHONY: lint
lint:
golangci-lint run
.PHONY: test
test:
go test -v -race -cover ./...