@cryptotaxi247 / kubo / commits / e9ba183ec

add test_go_race

Brian Tiger Chow committed Jan 12, 2015 at 14:10 UTC e9ba183ecb4760b216ea1d9b1571a28816155bfe
1 file changed +3
Makefile
+3
@@ -34,6 +34,9 @@ test_go_short:
34 test_go_expensive:
35 go test ./...
36
37 +test_go_race:
38 + go test ./... -race
39 +
40 test_sharness_short:
41 cd test/sharness/ && make
42