5 lines
71 B
Makefile
5 lines
71 B
Makefile
test:
|
|
go install ./cmd/...
|
|
golangci-lint run
|
|
go test -v -race ./...
|