mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
update test.sh for go modules
This commit is contained in:
parent
0f3a035eda
commit
999d12a042
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
|
@ -14,7 +14,7 @@ for d in $( find ./* -maxdepth 10 ! -path "./vendor*" ! -path "./.git*" ! -path
|
|||
if [ "$use_go_test" == true ]; then
|
||||
gotest $args
|
||||
else
|
||||
go test $args
|
||||
go test -mod=vendor $args
|
||||
fi
|
||||
if [ -f profile.out ]; then
|
||||
cat profile.out >> coverage.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue