golangci-lint/Makefile
2018-05-13 19:20:42 +03:00

5 lines
71 B
Makefile

test:
go install ./cmd/...
golangci-lint run
go test -v -race ./...