mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-31 11:42:30 +00:00
Fix race detector CI.
This commit is contained in:
parent
2c8020ec8e
commit
02cd971daa
2
Makefile
2
Makefile
@ -47,6 +47,6 @@ test: fmt errcheck
|
|||||||
@echo ""
|
@echo ""
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "=== RACE DETECTOR ==="
|
@echo "=== RACE DETECTOR ==="
|
||||||
@go test -v -race -test.run="TestSimulate_(100op|1000op|10000op)"
|
@go test -v -race -test.run="TestSimulate_(100op|1000op)"
|
||||||
|
|
||||||
.PHONY: bench cloc cover cpuprofile fmt memprofile test
|
.PHONY: bench cloc cover cpuprofile fmt memprofile test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user