diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b48b9feb3..8807114ba 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -112,3 +112,15 @@ jobs: | |||
| 112 | toolchain: stable | 112 | toolchain: stable |
| 113 | - name: Check fmt | 113 | - name: Check fmt |
| 114 | run: for i in embassy-*; do (cd $i; cargo fmt -- --check); done | 114 | run: for i in embassy-*; do (cd $i; cargo fmt -- --check); done |
| 115 | |||
| 116 | metapac_gen: | ||
| 117 | runs-on: ubuntu-latest | ||
| 118 | steps: | ||
| 119 | - uses: actions/checkout@v2 | ||
| 120 | with: | ||
| 121 | submodules: true | ||
| 122 | - uses: actions-rs/toolchain@v1 | ||
| 123 | with: | ||
| 124 | toolchain: stable | ||
| 125 | - name: Generate pregenerated metapac | ||
| 126 | run: cd stm32-metapac/gen; cargo run --release | ||
