Skip to content

Commit e248745

Browse files
committed
Run test matrix for multiple feature combinations
1 parent 042316e commit e248745

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
- macos-latest
1414
- ubuntu-latest
1515
- windows-latest
16+
features:
17+
- std
18+
- no_std
19+
- no_std,serde_alloc
1620
runs-on: ${{ matrix.os }}
1721
steps:
1822
- uses: actions/checkout@v4
@@ -22,4 +26,4 @@ jobs:
2226
- uses: Swatinem/rust-cache@v2
2327

2428
- name: Run tests
25-
run: cargo test
29+
run: cargo test --no-default-features --features ${{ matrix.features }}

0 commit comments

Comments
 (0)