Running tests with all features in CI

This commit is contained in:
Jędrzej Stuczyński
2022-03-02 10:32:14 +00:00
parent 1f05e956fb
commit 3c82d58343
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all
args: --all --all-features
- name: Check formatting
uses: actions-rs/cargo@v1