Check without features on CI

This commit is contained in:
Markus Westerlind 2020-07-01 22:42:14 +02:00
parent 380306930b
commit 98eb60b1ff

View file

@ -38,3 +38,7 @@ jobs:
with:
command: test
args: --all-features --doc
- uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features