optional sqlx

This commit is contained in:
Robin Appelman 2021-05-03 18:30:41 +02:00
commit 06de88ec21
4 changed files with 294 additions and 96 deletions

View file

@ -17,6 +17,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-features
test:
name: Tests
@ -33,6 +34,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
msrv:
name: Check MSRV