diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-11-24 01:43:53 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-11-24 01:43:53 +0100 |
| commit | f9934fb56b5afdcf18df28aa8290c8d048886c2b (patch) | |
| tree | 2b23af6a45dcd05d79d48a554b2bae75d4519a64 /.github/workflows | |
| parent | e187f50f4b6b00c7afe91026b0c14282eeb4a975 (diff) | |
ci: do main build with fully generated stm32-metapac.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 055089bd9..7904c3856 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -12,7 +12,7 @@ env: | |||
| 12 | jobs: | 12 | jobs: |
| 13 | all: | 13 | all: |
| 14 | runs-on: ubuntu-20.04 | 14 | runs-on: ubuntu-20.04 |
| 15 | needs: [build, test, metapac_gen] | 15 | needs: [build, test] |
| 16 | steps: | 16 | steps: |
| 17 | - name: Done | 17 | - name: Done |
| 18 | run: exit 0 | 18 | run: exit 0 |
| @@ -45,12 +45,3 @@ jobs: | |||
| 45 | - uses: actions/checkout@v2 | 45 | - uses: actions/checkout@v2 |
| 46 | - name: Test | 46 | - name: Test |
| 47 | run: cd embassy && cargo test | 47 | run: cd embassy && cargo test |
| 48 | |||
| 49 | metapac_gen: | ||
| 50 | runs-on: ubuntu-latest | ||
| 51 | steps: | ||
| 52 | - uses: actions/checkout@v2 | ||
| 53 | with: | ||
| 54 | submodules: true | ||
| 55 | - name: Generate pregenerated metapac | ||
| 56 | run: cd stm32-metapac-gen; cargo run --release | ||
