Skip to content

Commit 48dee34

Browse files
committed
run tests on a 32-bit platform
1 parent 003daf5 commit 48dee34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
- uses: dtolnay/rust-toolchain@nightly
5858
with:
5959
targets: x86_64-unknown-linux-musl, i686-unknown-linux-gnu, thumbv7em-none-eabihf
60+
- run: sudo apt install build-essential
61+
if: runner.os == 'Linux'
6062

6163
- run: cargo build
6264

@@ -75,6 +77,9 @@ jobs:
7577
cargo build --target i686-unknown-linux-gnu --no-default-features --features nightly
7678
cargo build --target thumbv7em-none-eabihf --no-default-features --features nightly
7779
80+
- run: cargo test --target i686-unknown-linux-gnu --no-default-features --features nightly
81+
if: runner.os == 'Linux'
82+
7883
bootloader-test:
7984
name: "Bootloader Integration Test"
8085

0 commit comments

Comments
 (0)