Revert "choreL: update test tooling (#72)"
All checks were successful
CI / test (pull_request) Successful in 25s
All checks were successful
CI / test (pull_request) Successful in 25s
This reverts commit 2bfb4419d3.
This commit is contained in:
12
Makefile
12
Makefile
@@ -1,19 +1,11 @@
|
||||
test: test-unit test-race test-coverage
|
||||
|
||||
test-unit:
|
||||
test:
|
||||
go test ./pkg/... -coverprofile=coverage.out
|
||||
|
||||
test-race:
|
||||
go test ./pkg/... -race
|
||||
|
||||
test-coverage:
|
||||
go tool gcov2lcov -infile coverage.out > lcov.info
|
||||
|
||||
build:
|
||||
go build
|
||||
|
||||
lint:
|
||||
go tool golint ./...
|
||||
golint ./...
|
||||
|
||||
run:
|
||||
make build
|
||||
|
||||
Reference in New Issue
Block a user