From c1729a97939ee882dcf6eaa19356cf647cf5cb49 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Mon, 23 Sep 2024 16:24:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20test=20&=20lint=20with=20`--all-?= =?UTF-8?q?features`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de2ec41..13c3a18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 - uses: jdx/mise-action@v2 - uses: mozilla-actions/sccache-action@v0.0.5 - - run: cargo clippy - - run: cargo test + - run: cargo clippy --workspace --all-features --no-deps --all-targets -- --deny warnings + - run: cargo test --all-features - run: ${SCCACHE_PATH} --show-stats shell: bash