Skip to content

Commit a9d2729

Browse files
committed
test: mssql ci
1 parent 3876ffe commit a9d2729

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ jobs:
181181
TZ: Asia/Shanghai
182182
ACCEPT_EULA: Y
183183
MSSQL_SA_PASSWORD: LoremIpsum86
184-
GODEBUG: x509negativeserial=1
185184
ports:
186185
- 9930:1433
187186
options: >-

tests/tests_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:debug x509negativeserial=1
12
package tests_test
23

34
import (

0 commit comments

Comments
 (0)