Skip to content

Commit 9fb6a53

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
cargo build --target i686-unknown-linux-gnu --no-default-features --features nightly
7676
cargo build --target thumbv7em-none-eabihf --no-default-features --features nightly
7777
78+
- run: cargo test --target i686-unknown-linux-gnu --no-default-features --features nightly
79+
if: runner.os == 'Linux'
80+
7881
bootloader-test:
7982
name: "Bootloader Integration Test"
8083

0 commit comments

Comments
 (0)