Update tests_all.sh

This commit is contained in:
Jinzhu 2023-04-21 22:11:55 +08:00 committed by GitHub
parent b6a03fa947
commit b448319e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ fi
if [ -d tests ]
then
cd tests
go get -t ./...
go get -u -t ./...
go mod download
go mod tidy
cd ..