check full feature matrix

This commit is contained in:
Robin Appelman 2021-07-30 17:26:40 +02:00
commit d154bdd9f0

View file

@ -17,6 +17,14 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
- uses: actions-rs/cargo@v1
with:
command: check
args: --features=db-sqlx
- uses: actions-rs/cargo@v1
with:
command: check
args: --features=redis-connect
- uses: actions-rs/cargo@v1
with:
command: check