mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
test: temporarily remove test against MSSQL 2017
Getting weird errors when trying to run this with docker. We may have better luck setting up a Windows CI runner to handle the majority of MSSQL testing anyway.
This commit is contained in:
parent
e9a562f89a
commit
9ce596d492
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
|
@ -222,7 +222,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
mssql: [2019, 2017]
|
||||
mssql: [2019]
|
||||
runtime: [async-std, tokio, actix]
|
||||
needs: check
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue