From babcd7f4f75fb5aa03ce275dacb2859165dc4931 Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Thu, 4 Sep 2025 09:41:46 +0100 Subject: [PATCH] ci: change build features --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c34f731..d30e8b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: toolchain: stable - uses: Swatinem/rust-cache@v2 - name: Minimal build - run: cargo build --no-default-features + run: cargo build - name: Clippy run: cargo clippy --all-features --examples -- -D warnings - name: Build all