mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
Disable cargo-tarpaulin in CI workflow
Comment out cargo-tarpaulin installation and execution due to CI failure.
This commit is contained in:
parent
e6f85be66d
commit
c0d62918c2
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -72,5 +72,6 @@ jobs:
|
|||
- run: cargo install cargo-audit
|
||||
- run: cargo audit
|
||||
|
||||
- run: cargo install cargo-tarpaulin
|
||||
- run: cargo tarpaulin --verbose --workspace
|
||||
# TODO: fails in CI for now.
|
||||
#- run: cargo install cargo-tarpaulin
|
||||
#- run: cargo tarpaulin --verbose --workspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue