diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ac02b17..3bac8d80 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: run: cargo nextest run --workspace --all-targets --no-fail-fast - name: Run rustfmt - run: cargo fmt --workspace --all-targets + run: cargo fmt --all --check - name: Run clippy run: cargo clippy --workspace --all-targets