1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-25 15:08:45 +08:00

add test_go_race

This commit is contained in:
Brian Tiger Chow
2015-01-12 14:10:23 -08:00
parent 5cade6a59d
commit e9ba183ecb

View File

@ -34,6 +34,9 @@ test_go_short:
test_go_expensive:
go test ./...
test_go_race:
go test ./... -race
test_sharness_short:
cd test/sharness/ && make