summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/xorm/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/xorm.io/xorm/.drone.yml')
-rw-r--r--vendor/xorm.io/xorm/.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/xorm.io/xorm/.drone.yml b/vendor/xorm.io/xorm/.drone.yml
index 7a18e0d683..8cf43aa251 100644
--- a/vendor/xorm.io/xorm/.drone.yml
+++ b/vendor/xorm.io/xorm/.drone.yml
@@ -164,6 +164,7 @@ steps:
- make test-mssql
- TEST_CACHE_ENABLE=true make test-mssql
- TEST_QUOTE_POLICY=reserved make test-mssql
+ - TEST_MSSQL_DEFAULT_VARCHAR=NVARCHAR TEST_MSSQL_DEFAULT_CHAR=NCHAR make test-mssql
when:
event:
- push