some fixes
Rust/spacepackets/pipeline/head Build queued... Details
Rust/spacepackets/pipeline/pr-main Build queued... Details

This commit is contained in:
Robin Müller 2024-05-02 14:16:20 +02:00
parent 69a3b1d8f3
commit b78bfe2114
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 4 additions and 7 deletions

View File

@ -34,15 +34,12 @@ jobs:
cross-check:
name: Check Cross-Compilation
runs-on: ubuntu-latest
strategy:
matrix:
target:
- armv7-unknown-linux-gnueabihf
- thumbv7em-none-eabihf
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --release --target=${{ matrix.target }} --no-default-features
with:
targets: "armv7-unknown-linux-gnueabihf, thumbv7em-none-eabihf"
- run: cargo check --release --no-default-features
fmt:
name: Check formatting
@ -65,5 +62,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@latest
- uses: dtolnay/rust-toolchain@stable
- run: cargo clippy -- -D warnings