mirror of https://github.com/go-gorm/gorm.git
Update tests all script
This commit is contained in:
parent
90f817db29
commit
67bd842645
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
dialects=("sqlite" "mysql" "postgres" "sqlserver")
|
||||
|
||||
if [[ $(pwd) == *"gorm/tests"* ]]; then
|
||||
|
|
Loading…
Reference in New Issue