race testing

This commit is contained in:
Juan Batiz-Benet 2015-01-20 11:53:12 -08:00
parent 98f07b6bcc
commit 3d96efcb11

View File

@ -13,7 +13,7 @@ install: dep
cd multiaddr && go install
test:
go test ./...
go test -race -cpu=5 -v ./...
dep:
cd multiaddr && go get ./...