We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c91e1 commit 7ef923fCopy full SHA for 7ef923f
1 file changed
.github/workflows/main.yml
@@ -26,6 +26,7 @@ jobs:
26
- run: cargo test --no-default-features --features=descriptive-errors
27
- run: cargo test --no-default-features --features=bits
28
- run: cargo test --no-default-features --features=logging
29
+ - run: cargo test --no-default-features --features=bits,alloc
30
# run examples
31
- run: cargo run --example 2>&1 | grep -P ' ' | awk '{print $1}' | xargs -i cargo run --example {}
32
0 commit comments