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