We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbc348 commit 98c2f25Copy full SHA for 98c2f25
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
components: rustfmt
43
- run: cargo fmt --all --check
44
45
- nostd-build:
+ nostd:
46
runs-on: ubuntu-latest
47
continue-on-error: ${{ matrix.experimental }}
48
strategy:
@@ -52,7 +52,7 @@ jobs:
52
experimental: false
53
target: thumbv6m-none-eabi
54
55
- name: nostd-build/${{ matrix.target }}/${{ matrix.rust }}
+ name: nostd/${{ matrix.target }}/${{ matrix.rust }}
56
steps:
57
- uses: actions/checkout@v4
58
- uses: dtolnay/rust-toolchain@stable
@@ -142,6 +142,7 @@ jobs:
142
needs:
143
- clippy
144
# - format # should format be required?
145
+ - nostd
146
- tests
147
- cross_test
148
- cargo-careful
0 commit comments