fix without --all-features

This commit is contained in:
Robin Appelman 2021-07-30 17:25:48 +02:00
commit 67fb5944ce
2 changed files with 7 additions and 2 deletions

View file

@ -14,6 +14,9 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: check
- uses: actions-rs/cargo@v1
with:
command: check
@ -31,6 +34,9 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: test
- uses: actions-rs/cargo@v1
with:
command: test