File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
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
@@ -122,7 +122,6 @@ jobs:
122122 - name : Install cargo-careful
123123 run : cargo install cargo-careful
124124 - run : cargo careful test -Zcareful-sanitizer --features="$FEATURES"
125- - run : cargo careful test -Zcareful-sanitizer -p ndarray-rand
126125
127126 docs :
128127 if : ${{ github.event_name == 'merge_group' }}
@@ -142,7 +141,8 @@ jobs:
142141 conclusion :
143142 needs :
144143 - clippy
145- # - format # should format be required?
144+ - format # should format be required?
145+ - nostd
146146 - tests
147147 - cross_test
148148 - cargo-careful
You can’t perform that action at this time.
0 commit comments