8 lines
No EOL
229 B
Makefile
8 lines
No EOL
229 B
Makefile
test.lint:
|
|
golangci-lint run --config .golangci.yml --verbose ./...
|
|
|
|
test.unit:
|
|
go test -coverprofile=coverage_unit.out -tags=unit ./...
|
|
|
|
test.integration:
|
|
go test -coverprofile=coverage_integration.out -tags=integration ./...
|