forked from mirrors/linux-bench
2 lines
112 B
Makefile
2 lines
112 B
Makefile
tests:
|
|
GO111MODULE=on go test -v -short -race -timeout 100s -coverprofile=coverage.txt -covermode=atomic ./...
|