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 042316e commit e248745Copy full SHA for e248745
.github/workflows/ci.yml
@@ -13,6 +13,10 @@ jobs:
13
- macos-latest
14
- ubuntu-latest
15
- windows-latest
16
+ features:
17
+ - std
18
+ - no_std
19
+ - no_std,serde_alloc
20
runs-on: ${{ matrix.os }}
21
steps:
22
- uses: actions/checkout@v4
@@ -22,4 +26,4 @@ jobs:
26
- uses: Swatinem/rust-cache@v2
23
27
24
28
- name: Run tests
25
- run: cargo test
29
+ run: cargo test --no-default-features --features ${{ matrix.features }}
0 commit comments