mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Add -v flag to test-race
This commit is contained in:
parent
a00e93f699
commit
e4cd1b8871
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -46,7 +46,7 @@ test:
|
|||
# Run test suite with race flag
|
||||
test-race:
|
||||
case $$(go version) in *go1.14*) NOCHECKPTR="-gcflags=all=-d=checkptr=0";; *) NOCHECKPTR="";; esac ; \
|
||||
go test ./... -tags='$(BUILD_TAGS)' $(TESTFLAGS) -race $$NOCHECKPTR -timeout 30m
|
||||
go test ./... -tags='$(BUILD_TAGS)' $(TESTFLAGS) -race $$NOCHECKPTR -timeout 30m -v
|
||||
|
||||
bench:
|
||||
go test ./... -bench=. -run=NoneZ -timeout=127m $(TESTFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue