Skip to content

Commit

Permalink
ci: Don't install rustfmt and clippy for the Rust tests job
Browse files Browse the repository at this point in the history
This is leftover from #15171
  • Loading branch information
torokati44 committed Feb 26, 2024
1 parent 9cdb2f3 commit cb7492d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust_version }}
components: rustfmt, clippy

- name: Install Linux dependencies
if: runner.os == 'Linux'
Expand Down

0 comments on commit cb7492d

Please sign in to comment.