diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4affff66..17819f23 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -108,10 +108,12 @@ jobs: --all # Run clippy - - uses: actions-rs/clippy-check@v1 + - uses: actions-rs/cargo@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --all-targets --all + command: clippy + args: > + --all-targets + --all compile-sqlite: name: Compile SQLite