Skip to content

Commit

Permalink
Add no-std CI on stable compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 20, 2024
1 parent eb5cd47 commit b9f93f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)' || ''}}
Expand Down

0 comments on commit b9f93f9

Please # to comment.