chore: Replace archived actions-rs/install action (#1876)
Some checks are pending
Rust / codestyle (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run

This commit is contained in:
Jacob Wujciak-Jens 2025-06-11 01:54:21 +02:00 committed by GitHub
parent 559b7e36d9
commit 9fc9009b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,9 @@ name: Rust
on: [push, pull_request] on: [push, pull_request]
permissions:
contents: read
jobs: jobs:
codestyle: codestyle:
@ -85,11 +88,8 @@ jobs:
uses: ./.github/actions/setup-builder uses: ./.github/actions/setup-builder
with: with:
rust-version: ${{ matrix.rust }} rust-version: ${{ matrix.rust }}
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
- name: Install Tarpaulin - name: Install Tarpaulin
uses: actions-rs/install@v0.1 run: cargo install cargo-tarpaulin
with:
crate: cargo-tarpaulin
version: 0.14.2
use-tool-cache: true
- name: Test - name: Test
run: cargo test --all-features run: cargo test --all-features