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 c5c0334 commit 6ceeb81Copy full SHA for 6ceeb81
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
32
- run: cargo fmt --all -- --check
33
- run: cargo clippy --all-targets --all-features -- -D warnings
34
- - run: cargo test
+ - run: cargo test --all-features
35
- name: Upload Linux binary
36
uses: actions/upload-artifact@v4
37
with:
0 commit comments