Skip to content

Commit 7ef923f

Browse files
committed
github: Run tests with --features=bits,alloc
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent a6c91e1 commit 7ef923f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- run: cargo test --no-default-features --features=descriptive-errors
2727
- run: cargo test --no-default-features --features=bits
2828
- run: cargo test --no-default-features --features=logging
29+
- run: cargo test --no-default-features --features=bits,alloc
2930
# run examples
3031
- run: cargo run --example 2>&1 | grep -P ' ' | awk '{print $1}' | xargs -i cargo run --example {}
3132

0 commit comments

Comments
 (0)