File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11on : [push, pull_request]
2- name : Upload Release
2+ name : Build (and Release)
33
44jobs :
55 build :
6- name : Build and release
6+ name : Build ( and Release)
77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
1919 - name : Install flip-link
2020 run : cd / && cargo install --debug flip-link
2121
22+ - name : Build/Test neotron-bmc-protocol
23+ run : cd neotron-bmc-protocol && cargo test
24+
2225 - name : Build neotron-bmc-pico
2326 run : cd neotron-bmc-pico && DEFMT_LOG=info cargo build --release --verbose --target=thumbv6m-none-eabi
2427
Original file line number Diff line number Diff line change 1313 run : cd neotron-bmc-pico && cargo fmt -- --check
1414 - name : Check format neotron-bmc-nucleo
1515 run : cd neotron-bmc-nucleo && cargo fmt -- --check
16+ - name : Check format neotron-bmc-protocol
17+ run : cd neotron-bmc-protocol && cargo fmt -- --check
You can’t perform that action at this time.
0 commit comments