mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-05 23:43:11 +00:00
install cargo-binstall tool in codecov.yml
This commit is contained in:
parent
ff5841f01c
commit
b8fa9a19ff
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@ -29,6 +29,8 @@ jobs:
|
|||||||
components: llvm-tools-preview
|
components: llvm-tools-preview
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
- name: Install cargo-binstall
|
||||||
|
run: cargo install cargo-binstall
|
||||||
- run: |
|
- run: |
|
||||||
cargo binstall -y grcov;
|
cargo binstall -y grcov;
|
||||||
cargo test --all-features;
|
cargo test --all-features;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user