enable all features in basic check

This commit is contained in:
Stjepan Glavina 2020-06-21 22:52:30 +02:00
parent a055da3c35
commit 0c49c5e285
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --all --bins
args: --all --bins --all-features
- name: Run cargo check
if: startsWith(matrix.rust, '1.39.0') == false