mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
use stable rust action codecov.yml
This commit is contained in:
parent
ba67be7ba2
commit
3d973ff30e
4
.github/workflows/codecov.yml
vendored
4
.github/workflows/codecov.yml
vendored
@ -19,11 +19,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Install Rust toolchain (nightly required for coverage)
|
||||
# Install Rust toolchain (stable)
|
||||
- name: Set up Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: nightly
|
||||
toolchain: stable
|
||||
components: llvm-tools-preview
|
||||
|
||||
# Build and test with coverage instrumentation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user