We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5cd47 commit b9f93f9Copy full SHA for b9f93f9
.github/workflows/ci.yml
@@ -52,6 +52,7 @@ jobs:
52
toolchain: ${{matrix.rust}}
53
- run: cd serde && cargo build --features rc
54
- run: cd serde && cargo build --no-default-features
55
+ - run: cd test_suite/no_std && cargo build
56
57
nightly:
58
name: Rust nightly ${{matrix.os == 'windows' && '(windows)' || ''}}
0 commit comments