Skip to content

Commit 17ae932

Browse files
committed
Test alloc feature on CI
1 parent 873709a commit 17ae932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
rust-version: ${{ matrix.rust }}
2222
- run: cargo test --verbose --all-features
23+
- run: cargo test --verbose --no-default-features --features alloc
2324
- run: cargo test --verbose --no-default-features
2425

2526
clippy:

0 commit comments

Comments
 (0)