Run CI with all-features

This commit is contained in:
François Garillot
2020-06-19 15:24:04 -04:00
parent c9d467e368
commit 642d5188f5
+2 -1
View File
@@ -30,9 +30,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-features -- -D warnings
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features