We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003daf5 commit 48dee34Copy full SHA for 48dee34
.github/workflows/build.yml
@@ -57,6 +57,8 @@ jobs:
57
- uses: dtolnay/rust-toolchain@nightly
58
with:
59
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'
62
63
- run: cargo build
64
@@ -75,6 +77,9 @@ jobs:
75
77
cargo build --target i686-unknown-linux-gnu --no-default-features --features nightly
76
78
cargo build --target thumbv7em-none-eabihf --no-default-features --features nightly
79
80
+ - run: cargo test --target i686-unknown-linux-gnu --no-default-features --features nightly
81
82
+
83
bootloader-test:
84
name: "Bootloader Integration Test"
85
0 commit comments