Skip to content

Commit ff5442c

Browse files
committed
Add no-std unstable build in CI
1 parent 92d686f commit ff5442c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- run: cd serde && cargo build --no-default-features
6363
- run: cd serde && cargo build --no-default-features --features alloc
6464
- run: cd serde && cargo build --no-default-features --features rc,alloc
65+
- run: cd serde && cargo build --no-default-features --features unstable
6566
- run: cd serde && cargo test --features derive,rc,unstable
6667
- run: cd test_suite/no_std && cargo build
6768
if: matrix.os != 'windows'

0 commit comments

Comments
 (0)