Add no-std CI on stable compiler

This commit is contained in:
David Tolnay 2024-12-20 04:30:14 -08:00
parent eb5cd476ba
commit b9f93f99aa
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -52,6 +52,7 @@ jobs:
toolchain: ${{matrix.rust}}
- run: cd serde && cargo build --features rc
- run: cd serde && cargo build --no-default-features
- run: cd test_suite/no_std && cargo build
nightly:
name: Rust nightly ${{matrix.os == 'windows' && '(windows)' || ''}}