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 b31ecd4 commit e4dd909Copy full SHA for e4dd909
.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