Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- aarch64-unknown-none
- armv7a-none-eabi
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install ${{ matrix.target }} toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -39,7 +39,7 @@ jobs:
checks: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Test on host
run: cargo test --features=fakes
- name: Run clippy
Expand All @@ -51,6 +51,6 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Format Rust code
run: cargo fmt --all -- --check
Loading