Skip to content

Commit

Permalink
Add no-std unstable build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 28, 2023
1 parent 92d686f commit ff5442c
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 @@ -62,6 +62,7 @@ jobs:
- run: cd serde && cargo build --no-default-features
- run: cd serde && cargo build --no-default-features --features alloc
- run: cd serde && cargo build --no-default-features --features rc,alloc
- run: cd serde && cargo build --no-default-features --features unstable
- run: cd serde && cargo test --features derive,rc,unstable
- run: cd test_suite/no_std && cargo build
if: matrix.os != 'windows'
Expand Down

0 comments on commit ff5442c

Please sign in to comment.