From 453a90aafac0168a61e37851ef01f29afa63a9a6 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Thu, 4 Jun 2020 21:54:21 -0400 Subject: [PATCH] remove comment about using -mod=vendor --- test/presubmit-tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/presubmit-tests.sh b/test/presubmit-tests.sh index bc0dacda89..bfaeac2e98 100755 --- a/test/presubmit-tests.sh +++ b/test/presubmit-tests.sh @@ -50,8 +50,6 @@ function post_build_tests() { fi } -# Run the unit tests with an additional flag '-mod=vendor' to avoid -# downloading the deps in unit tests CI job function unit_tests() { report_go_test -race ./... || failed=1 }