From eecd247cdf7dfa1cee9898dd29d56b0021b5f4d0 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 10 Jan 2025 09:55:44 -0800 Subject: [PATCH] Add CI step to test with "std" disabled --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e492af..554873e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - run: cargo test --workspace --exclude thiserror_no_std_test - run: cargo test --manifest-path tests/no-std/Cargo.toml if: matrix.rust != '1.70.0' + - run: cargo test --no-default-features - uses: actions/upload-artifact@v4 if: matrix.rust == 'nightly' && always() with: