Skip to content

Commit 8bd4416

Browse files
committed
Also test neotron-bmc-commands.
1 parent 21fa177 commit 8bd4416

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Build/Test neotron-bmc-protocol
2727
run: cd neotron-bmc-protocol && cargo test
2828

29+
- name: Build/Test neotron-bmc-commands
30+
run: cd neotron-bmc-commands && cargo test
31+
2932
- name: Build neotron-bmc-pico
3033
run: cd neotron-bmc-pico && DEFMT_LOG=info cargo build --release --verbose --target=thumbv6m-none-eabi
3134

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
run: cd neotron-bmc-nucleo && cargo fmt -- --check
1616
- name: Check format neotron-bmc-protocol
1717
run: cd neotron-bmc-protocol && cargo fmt -- --check
18+
- name: Check format neotron-bmc-commands
19+
run: cd neotron-bmc-commands && cargo fmt -- --check

neotron-bmc-commands/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![doc = include_str!("../README.md")]
2-
32
#![no_std]
43

54
#[derive(Debug, Copy, Clone, num_enum::IntoPrimitive, num_enum::TryFromPrimitive)]

0 commit comments

Comments
 (0)