Build with all features enabled

This commit is contained in:
Dirkjan Ochtman 2020-11-25 17:31:35 +01:00
parent 47271ff81e
commit 2164044eb1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: build command: build
args: --workspace --all-targets args: --workspace --all-features --all-targets
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test command: test