update test.sh for go modules

pull/74/head
Jesse Duffield 5 years ago
parent 0f3a035eda
commit 999d12a042

@ -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…
Cancel
Save