test: matrix for mssql should be named mssql

This commit is contained in:
Ryan Leckey 2020-06-08 00:03:16 -07:00
parent 923c7aa18e
commit b46215eca8

View File

@ -222,7 +222,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
mariadb: [2019, 2017]
mssql: [2019, 2017]
runtime: [async-std, tokio, actix]
needs: check
steps: