Commit 3d96efcb authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

race testing

parent 98f07b6b
...@@ -13,7 +13,7 @@ install: dep ...@@ -13,7 +13,7 @@ install: dep
cd multiaddr && go install cd multiaddr && go install
test: test:
go test ./... go test -race -cpu=5 -v ./...
dep: dep:
cd multiaddr && go get ./... cd multiaddr && go get ./...
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment