File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 5656 - uses : actions/checkout@v4
5757 - uses : dtolnay/rust-toolchain@nightly
5858 with :
59- targets : x86_64-unknown-linux-musl, i686-unknown-linux-gnu , thumbv7em-none-eabihf
59+ targets : x86_64-unknown-linux-musl, i686-unknown-linux-musl , thumbv7em-none-eabihf
6060
6161 - run : cargo build
6262
7272
7373 - name : " Build on non x86_64 platforms"
7474 run : |
75- cargo build --target i686-unknown-linux-gnu --no-default-features --features nightly
75+ cargo build --target i686-unknown-linux-musl --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-musl --no-default-features --features nightly
79+ if : runner.os == 'Linux'
80+
7881 bootloader-test :
7982 name : " Bootloader Integration Test"
8083
You can’t perform that action at this time.
0 commit comments