Skip to content

Commit 98c2f25

Browse files
committed
ci: Require nostd build
Require this for ci to pass, and shorten the name.
1 parent 8cbc348 commit 98c2f25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
components: rustfmt
4343
- run: cargo fmt --all --check
4444

45-
nostd-build:
45+
nostd:
4646
runs-on: ubuntu-latest
4747
continue-on-error: ${{ matrix.experimental }}
4848
strategy:
@@ -52,7 +52,7 @@ jobs:
5252
experimental: false
5353
target: thumbv6m-none-eabi
5454

55-
name: nostd-build/${{ matrix.target }}/${{ matrix.rust }}
55+
name: nostd/${{ matrix.target }}/${{ matrix.rust }}
5656
steps:
5757
- uses: actions/checkout@v4
5858
- uses: dtolnay/rust-toolchain@stable
@@ -142,6 +142,7 @@ jobs:
142142
needs:
143143
- clippy
144144
# - format # should format be required?
145+
- nostd
145146
- tests
146147
- cross_test
147148
- cargo-careful

0 commit comments

Comments
 (0)