From ee24cffbf38e3abffb1cad4e10378e8233a5c4ed Mon Sep 17 00:00:00 2001 From: Jonathan Chappelow Date: Tue, 27 Feb 2018 17:45:38 -0800 Subject: [PATCH] still support go1.8 on this branch --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index dfc9f794c..8826a977c 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -48,7 +48,7 @@ testrepo () { fi # Check tests - env GORACE='halt_on_error=1' go test -race ./... + env GORACE='halt_on_error=1' go test -race $(go list ./... | grep -v vendor) if [ $? != 0 ]; then echo 'go tests failed' exit 1