Remove tidy before go test
This commit is contained in:
parent
d2107c38ec
commit
d1488896f7
@ -40,8 +40,6 @@ 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