Skip to content

Commit

Permalink
test: matrix for mssql should be named mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode committed Jun 8, 2020
1 parent 923c7aa commit b46215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sqlx.yml
Expand Up @@ -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:
Expand Down

0 comments on commit b46215e

Please sign in to comment.