Skip to content

Commit 20258de

Browse files
authored
Merge pull request #270 from Muscraft/coverage-rustfmt
fix: Ensuse rustfmt is installed for coverage
2 parents d6c4942 + b8a3a15 commit 20258de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
uses: dtolnay/rust-toolchain@stable
171171
with:
172172
toolchain: stable
173+
components: rustfmt
173174
- uses: Swatinem/rust-cache@v2
174175
- name: Install cargo-tarpaulin
175176
run: cargo install cargo-tarpaulin

0 commit comments

Comments
 (0)