752fb2e2c0
Text Extraction Clean Up + Parallelization * merged_Call * directchildren * bitofimprovements * go * parallel * fixfullsuite * pondforconcurrency * comments * muchdone * bitsofclean * stabilisedtests * snappy * threadpooltests * childelements * testspassed
8 lines
198 B
Makefile
8 lines
198 B
Makefile
test:
|
|
go test -race -v -timeout 15s -count=1 ./...
|
|
|
|
test-ci:
|
|
go test -race -v -timeout 1m -count=3 ./...
|
|
|
|
coverage:
|
|
go test -race -v -timeout 1m -coverprofile=coverage.out -covermode=atomic ./...
|