Skip to content

Commit 54ab7aa

Browse files
committed
Fix components
1 parent 2237251 commit 54ab7aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ jobs:
256256
- name: install Rust
257257
uses: dtolnay/rust-toolchain@stable
258258
with:
259-
components:
260-
- clippy
261-
- rustfmt
259+
components: clippy, rustfmt
262260
- name: Cache Rust dependencies
263261
uses: Swatinem/[email protected]
264262
- name: Install uv on Linux and Mac

0 commit comments

Comments
 (0)