Skip to content

Commit

Permalink
use vendor directory in test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Sep 15, 2019
1 parent 0746230 commit 6eff139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.sh
Expand Up @@ -3,6 +3,8 @@
set -e
echo "" > coverage.txt

export GOFLAGS=-mod=vendor

use_go_test=false
if command -v gotest; then
use_go_test=true
Expand Down

0 comments on commit 6eff139

Please sign in to comment.