1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 07:28:20 +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: test_go_expensive:
go test ./... go test ./...
test_go_race:
go test ./... -race
test_sharness_short: test_sharness_short:
cd test/sharness/ && make cd test/sharness/ && make