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 ee987e2 commit f94ca04Copy full SHA for f94ca04
1 file changed
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install
29
uses: dtolnay/rust-toolchain@stable
30
with:
31
- components: clippy, rustfmt
+ components: clippy, rustfmt, tarpaulin
32
- name: Build
33
run: cargo check
34
- name: Test
0 commit comments