Skip to content

Commit

Permalink
Also test neotron-bmc-commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Jul 15, 2023
1 parent 21fa177 commit 8bd4416
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Build/Test neotron-bmc-protocol
run: cd neotron-bmc-protocol && cargo test

- name: Build/Test neotron-bmc-commands
run: cd neotron-bmc-commands && cargo test

- name: Build neotron-bmc-pico
run: cd neotron-bmc-pico && DEFMT_LOG=info cargo build --release --verbose --target=thumbv6m-none-eabi

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
run: cd neotron-bmc-nucleo && cargo fmt -- --check
- name: Check format neotron-bmc-protocol
run: cd neotron-bmc-protocol && cargo fmt -- --check
- name: Check format neotron-bmc-commands
run: cd neotron-bmc-commands && cargo fmt -- --check
1 change: 0 additions & 1 deletion neotron-bmc-commands/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![doc = include_str!("../README.md")]

#![no_std]

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

0 comments on commit 8bd4416

Please sign in to comment.