Run metapac full gen in Ci
This commit is contained in:
parent
189ab7b00e
commit
c5a418a9a6
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
@ -112,3 +112,15 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
- name: Check fmt
|
- name: Check fmt
|
||||||
run: for i in embassy-*; do (cd $i; cargo fmt -- --check); done
|
run: for i in embassy-*; do (cd $i; cargo fmt -- --check); done
|
||||||
|
|
||||||
|
metapac_gen:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
- name: Generate pregenerated metapac
|
||||||
|
run: cd stm32-metapac/gen; cargo run --release
|
||||||
|
Loading…
Reference in New Issue
Block a user