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 873709a commit 17ae932Copy full SHA for 17ae932
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
rust-version: ${{ matrix.rust }}
22
- run: cargo test --verbose --all-features
23
+ - run: cargo test --verbose --no-default-features --features alloc
24
- run: cargo test --verbose --no-default-features
25
26
clippy:
0 commit comments