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 92d686f commit ff5442cCopy full SHA for ff5442c
.github/workflows/ci.yml
@@ -62,6 +62,7 @@ jobs:
62
- run: cd serde && cargo build --no-default-features
63
- run: cd serde && cargo build --no-default-features --features alloc
64
- run: cd serde && cargo build --no-default-features --features rc,alloc
65
+ - run: cd serde && cargo build --no-default-features --features unstable
66
- run: cd serde && cargo test --features derive,rc,unstable
67
- run: cd test_suite/no_std && cargo build
68
if: matrix.os != 'windows'
0 commit comments