Add no-std unstable build in CI
This commit is contained in:
parent
92d686f9a5
commit
ff5442cd9e
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -62,6 +62,7 @@ jobs:
|
|||||||
- run: cd serde && cargo build --no-default-features
|
- run: cd serde && cargo build --no-default-features
|
||||||
- run: cd serde && cargo build --no-default-features --features alloc
|
- run: cd serde && cargo build --no-default-features --features alloc
|
||||||
- run: cd serde && cargo build --no-default-features --features rc,alloc
|
- run: cd serde && cargo build --no-default-features --features rc,alloc
|
||||||
|
- run: cd serde && cargo build --no-default-features --features unstable
|
||||||
- run: cd serde && cargo test --features derive,rc,unstable
|
- run: cd serde && cargo test --features derive,rc,unstable
|
||||||
- run: cd test_suite/no_std && cargo build
|
- run: cd test_suite/no_std && cargo build
|
||||||
if: matrix.os != 'windows'
|
if: matrix.os != 'windows'
|
||||||
|
Loading…
Reference in New Issue
Block a user