Skip to content

Commit

Permalink
Try to improve cargo clippy (#108)
Browse files Browse the repository at this point in the history
* Try to improve cargo clippy

* Rerun ci to see cache usage
  • Loading branch information
j178 authored Nov 23, 2024
1 parent 686b69f commit df23edb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rui314/setup-mold@v1
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: "Install Rust toolchain"
run: rustup component add clippy
- name: "Clippy"
Expand Down Expand Up @@ -85,9 +85,7 @@ jobs:
name: "cargo test | ubuntu"
steps:
- uses: actions/checkout@v4

- uses: rui314/setup-mold@v1

- uses: Swatinem/rust-cache@v2

- name: "Install Rust toolchain"
Expand Down

0 comments on commit df23edb

Please sign in to comment.