Skip to content

Commit 26a7b43

Browse files
authored
Merge pull request #152 from dmikusa/ci-fix
Specify to install clippy & rustfmt
2 parents d5ab505 + d81f913 commit 26a7b43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
path: target
3838
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
3939
- uses: dtolnay/rust-toolchain@stable
40+
with:
41+
components: clippy, rustfmt
4042
- run: cargo check
4143
- run: cargo fmt --all -- --check
4244
- run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)