Skip to content

Commit b9f93f9

Browse files
committed
Add no-std CI on stable compiler
1 parent eb5cd47 commit b9f93f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
toolchain: ${{matrix.rust}}
5353
- run: cd serde && cargo build --features rc
5454
- run: cd serde && cargo build --no-default-features
55+
- run: cd test_suite/no_std && cargo build
5556

5657
nightly:
5758
name: Rust nightly ${{matrix.os == 'windows' && '(windows)' || ''}}

0 commit comments

Comments
 (0)