test: mssql ci

This commit is contained in:
a631807682
2025-03-11 15:44:39 +08:00
committed by Cr.
parent 3876ffe4bb
commit a9d27293de
2 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,6 @@ jobs:
TZ: Asia/Shanghai
ACCEPT_EULA: Y
MSSQL_SA_PASSWORD: LoremIpsum86
GODEBUG: x509negativeserial=1
ports:
- 9930:1433
options: >-

View File

@ -1,3 +1,4 @@
//go:debug x509negativeserial=1
package tests_test
import (