From 385b375edbf77b646fb219cca7386113f721400b Mon Sep 17 00:00:00 2001 From: Fabio Barone Date: Mon, 18 May 2020 14:32:12 -0500 Subject: [PATCH] only build, no test --- .ci/runscript_osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/runscript_osx.sh b/.ci/runscript_osx.sh index 2eab7d5..7c89351 100755 --- a/.ci/runscript_osx.sh +++ b/.ci/runscript_osx.sh @@ -5,5 +5,5 @@ set -ev go get -d -v github.com/ava-labs/gecko/... cd $GOPATH/src/github.com/ava-labs/gecko -./scripts/build_test.sh +# ./scripts/build_test.sh ./scripts/build.sh