Skip to content

Commit 675b5c7

Browse files
committed
extend ci with mssql
1 parent 5ff9a53 commit 675b5c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ env:
2020
jobs:
2121
test:
2222
runs-on: ubuntu-latest
23+
services:
24+
mssql:
25+
image: mcr.microsoft.com/mssql/server:2022-latest
26+
env:
27+
ACCEPT_EULA: Y
28+
MSSQL_SA_PASSWORD: Charlie 13
29+
ports:
30+
- 1433:1433
2331
steps:
2432
- uses: actions/checkout@v5
2533
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)