Add tidy before running tests
This commit is contained in:
parent
4f6b1e9018
commit
cb6778015e
@ -40,6 +40,8 @@ for dialect in "${dialects[@]}" ; do
|
||||
then
|
||||
echo "testing ${dialect}..."
|
||||
|
||||
go mod tidy
|
||||
|
||||
if [ "$GORM_VERBOSE" = "" ]
|
||||
then
|
||||
GORM_DIALECT=${dialect} go test -race -count=1 ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user