Skip to content

Commit 9b1885d

Browse files
committed
ci: install --locked cargo-tarpaulin
1 parent 82810ac commit 9b1885d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,7 @@ jobs:
205205
toolchain: 1.81.0
206206
override: true
207207
components: rustfmt
208-
- uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
209-
with:
210-
crate: cargo-tarpaulin
211-
use-tool-cache: true
212-
version: 0.32.3
208+
- run: cargo install --locked --version 0.32.3 cargo-tarpaulin
213209
- run: cargo tarpaulin --verbose --ignore-tests --all-features --timeout=600 --out xml
214210
- name: Upload to codecov.io
215211
run: |

0 commit comments

Comments
 (0)