diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a34046..9f5f168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Check Cargo Clippy - run: cargo clippy --all-targets --all-features -- -D warnings + run: cargo clippy --all-targets --all-features - name: Check formatting run: cargo fmt --check --all