Skip to content

Commit

Permalink
run tests on a 32-bit platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Nov 24, 2024
1 parent 003daf5 commit 6d464a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
targets: x86_64-unknown-linux-musl, i686-unknown-linux-gnu, thumbv7em-none-eabihf
- run: apt install build-essential
if: runner.os == 'Linux'

- run: cargo build

Expand All @@ -75,6 +77,9 @@ jobs:
cargo build --target i686-unknown-linux-gnu --no-default-features --features nightly
cargo build --target thumbv7em-none-eabihf --no-default-features --features nightly
- run: cargo test --target i686-unknown-linux-gnu --no-default-features --features nightly
if: runner.os == 'Linux'

bootloader-test:
name: "Bootloader Integration Test"

Expand Down

0 comments on commit 6d464a4

Please sign in to comment.