Skip to content

Commit

Permalink
feat(ci): remove components for build and test job
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Nov 9, 2023
1 parent caf651a commit ad8b598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
components: rustfmt, clippy

- run: cargo build
- run: cargo test
Expand Down

0 comments on commit ad8b598

Please sign in to comment.