1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-27 23:08:02 +02:00

use vendor directory in test.sh

This commit is contained in:
Jesse Duffield 2019-09-15 19:51:47 +10:00
parent 07462303ab
commit 6eff139c40

View File

@ -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