Commit e9ba183e authored by Brian Tiger Chow's avatar Brian Tiger Chow

add test_go_race

parent 5cade6a5
...@@ -34,6 +34,9 @@ test_go_short: ...@@ -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
......
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