We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a22a47 commit 5396d5aCopy full SHA for 5396d5a
.github/workflows/rust.yml
@@ -19,4 +19,6 @@ jobs:
19
- name: Build
20
run: cargo build --verbose
21
- name: Run tests
22
- run: cargo test --verbose
+ run: |
23
+ cargo install cargo-all-features &&
24
+ cargo test-all-features --verbose
0 commit comments