Skip to content

Commit

Permalink
Use '-buildvcs=false' in test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyoder committed May 3, 2022
1 parent cf25920 commit 566f478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEF_TEST_ARGS=${DEF_TEST_ARGS:--short}
for MODULE in ${MODULES}; do
cd ${MODULE}

go test ${DEF_TEST_ARGS} ${TEST_ARGS[*]}
go test -buildvcs=false ${DEF_TEST_ARGS} ${TEST_ARGS[*]}
result=$?
if [[ $result -ne 0 ]]; then
__EXITCODE=$result
Expand Down

0 comments on commit 566f478

Please sign in to comment.