Skip to content

Commit cabfbb3

Browse files
committed
Require proper CI components
1 parent 7e5e5cd commit cabfbb3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191

9292
- name: Install Rust
9393
uses: dtolnay/rust-toolchain@stable
94+
components: rustfmt
9495

9596
- run: cargo fmt --all -- --check
9697

@@ -119,6 +120,7 @@ jobs:
119120

120121
- name: Install Rust stable
121122
uses: dtolnay/rust-toolchain@stable
123+
components: clippy
122124

123125
- name: Restore cache
124126
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)