mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31: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
|
if [ "$use_go_test" == true ]; then
|
||||||
gotest $args
|
gotest $args
|
||||||
else
|
else
|
||||||
go test $args
|
go test -mod=vendor $args
|
||||||
fi
|
fi
|
||||||
if [ -f profile.out ]; then
|
if [ -f profile.out ]; then
|
||||||
cat profile.out >> coverage.txt
|
cat profile.out >> coverage.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue