Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: Require nostd build
Require this for ci to pass, and shorten the name.
  • Loading branch information
bluss committed Aug 3, 2024
commit 98c2f25f4a0b45f23e50a47f60df636695a1a071
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
components: rustfmt
- run: cargo fmt --all --check

nostd-build:
nostd:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
Expand All @@ -52,7 +52,7 @@ jobs:
experimental: false
target: thumbv6m-none-eabi

name: nostd-build/${{ matrix.target }}/${{ matrix.rust }}
name: nostd/${{ matrix.target }}/${{ matrix.rust }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -142,6 +142,7 @@ jobs:
needs:
- clippy
# - format # should format be required?
- nostd
- tests
- cross_test
- cargo-careful
Expand Down