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 559b7e3 commit 9fc9009Copy full SHA for 9fc9009
.github/workflows/rust.yml
@@ -19,6 +19,9 @@ name: Rust
19
20
on: [push, pull_request]
21
22
+permissions:
23
+ contents: read
24
+
25
jobs:
26
27
codestyle:
@@ -85,11 +88,8 @@ jobs:
85
88
uses: ./.github/actions/setup-builder
86
89
with:
87
90
rust-version: ${{ matrix.rust }}
91
+ - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
92
- name: Install Tarpaulin
- uses: actions-rs/install@v0.1
- with:
- crate: cargo-tarpaulin
- version: 0.14.2
93
- use-tool-cache: true
+ run: cargo install cargo-tarpaulin
94
- name: Test
95
run: cargo test --all-features
0 commit comments