From 4159abbbe5f7d0f8ee3cfb4216c777131e2d7bae Mon Sep 17 00:00:00 2001 From: Manuel Kreutz Date: Sun, 9 Apr 2017 21:42:09 -0400 Subject: [PATCH] run test in parallel with (and only with) other parallel tests. --- common/common_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common_test.go b/common/common_test.go index 4aaf6c61..4ef592ff 100644 --- a/common/common_test.go +++ b/common/common_test.go @@ -272,6 +272,7 @@ func TestUnixTimestampStrToTime(t *testing.T) { } func TestGetURIPath(t *testing.T) { + t.Parallel() // mapping of input vs expected result testTable := map[string]string{ "https://api.gdax.com/accounts": "/accounts",