From b9f93f99aaa90760d421b60b8de6273999ca8980 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 20 Dec 2024 04:30:14 -0800 Subject: [PATCH] Add no-std CI on stable compiler --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd383e901..50139b6d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)' || ''}}