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 44620da commit c51ed02Copy full SHA for c51ed02
.github/workflows/rust.yml
@@ -88,11 +88,8 @@ jobs:
88
uses: ./.github/actions/setup-builder
89
with:
90
rust-version: ${{ matrix.rust }}
91
+ - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
92
- name: Install Tarpaulin
- uses: actions-rs/[email protected]
93
- with:
94
- crate: cargo-tarpaulin
95
- version: 0.14.2
96
- use-tool-cache: true
+ run: cargo install cargo-tarpaulin
97
- name: Test
98
run: cargo test --all-features
0 commit comments