diff options
Diffstat (limited to 'vendor/github.com/go-xorm/xorm/test_postgres.sh')
-rwxr-xr-x | vendor/github.com/go-xorm/xorm/test_postgres.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/go-xorm/xorm/test_postgres.sh b/vendor/github.com/go-xorm/xorm/test_postgres.sh new file mode 100755 index 00000000..dc1152e0 --- /dev/null +++ b/vendor/github.com/go-xorm/xorm/test_postgres.sh @@ -0,0 +1 @@ +go test -db=postgres -conn_str="dbname=xorm_test sslmode=disable"
\ No newline at end of file |