diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 168f58e..af1e2da 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,8 +27,8 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - # --all-targets makes it lint tests too - args: --all-targets -- --deny warnings + # --all-targets makes it lint tests too, but fails on skeptic + args: -- --deny warnings - name: Run test uses: actions-rs/cargo@v1 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1948263..262d191 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,8 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - # --all-targets makes it lint tests too - args: --all-targets --all-features -- -D warnings + # --all-targets makes it lint tests too, but fails on skeptic + args: --all-features -- -D warnings audit: runs-on: ubuntu-latest