Skip to content

Commit 93addad

Browse files
Build and test the new crate.
1 parent 93baaec commit 93addad

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build_and_release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on: [push, pull_request]
2-
name: Upload Release
2+
name: Build (and Release)
33

44
jobs:
55
build:
6-
name: Build and release
6+
name: Build (and Release)
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
@@ -19,6 +19,9 @@ jobs:
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

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
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

0 commit comments

Comments
 (0)