We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94ca04 commit 6dc378fCopy full SHA for 6dc378f
1 file changed
.github/workflows/CI.yml
@@ -28,7 +28,9 @@ jobs:
28
- name: Install
29
uses: dtolnay/rust-toolchain@stable
30
with:
31
- components: clippy, rustfmt, tarpaulin
+ components: clippy, rustfmt
32
+ - name: Install tarpaulin
33
+ run: cargo install cargo-tarpaulin
34
- name: Build
35
run: cargo check
36
- name: Test
0 commit comments