File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 56
56
- uses : actions/checkout@v4
57
57
- uses : dtolnay/rust-toolchain@nightly
58
58
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
60
60
61
61
- run : cargo build
62
62
72
72
73
73
- name : " Build on non x86_64 platforms"
74
74
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
76
76
cargo build --target thumbv7em-none-eabihf --no-default-features --features nightly
77
77
78
+ - run : cargo test --target i686-unknown-linux-musl --no-default-features --features nightly
79
+ if : runner.os == 'Linux'
80
+
78
81
bootloader-test :
79
82
name : " Bootloader Integration Test"
80
83
You can’t perform that action at this time.
0 commit comments