Skip to content

Commit df00734

Browse files
committed
ci
1 parent 002a927 commit df00734

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/rust-workspace.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,60 +8,60 @@ env:
88

99
jobs:
1010
build_multiboot2_msrv:
11-
name: "multiboot2: build (msrv)"
11+
name: "build (msrv)"
1212
uses: ./.github/workflows/_build-rust.yml
1313
with:
1414
rust-version: 1.56.1
1515
do-style-check: false
1616

1717
build_multiboot2_stable:
18-
name: "multiboot2: build (stable)"
18+
name: "build (stable)"
1919
uses: ./.github/workflows/_build-rust.yml
2020
with:
2121
rust-version: stable
2222
do-style-check: false
2323

2424
build_multiboot2_nightly:
25-
name: "multiboot2: build (nightly)"
25+
name: "build (nightly)"
2626
uses: ./.github/workflows/_build-rust.yml
2727
with:
2828
rust-version: nightly
2929
do-style-check: false
3030

3131
build_nostd_multiboot2_msrv:
32-
name: "multiboot2: build no_std (msrv)"
32+
name: "build no_std (msrv)"
3333
uses: ./.github/workflows/_build-rust.yml
3434
with:
3535
rust-version: 1.56.1
3636
do-style-check: false
3737
rust-target: thumbv7em-none-eabihf
3838

3939
build_nostd_multiboot2_stable:
40-
name: "multiboot2: build no_std (stable)"
40+
name: "build no_std (stable)"
4141
uses: ./.github/workflows/_build-rust.yml
4242
with:
4343
rust-version: stable
4444
do-style-check: false
4545
rust-target: thumbv7em-none-eabihf
4646

4747
build_nostd_multiboot2_nightly:
48-
name: "multiboot2: build no_std (nightly)"
48+
name: "build no_std (nightly)"
4949
uses: ./.github/workflows/_build-rust.yml
5050
with:
5151
rust-version: nightly
5252
do-style-check: false
5353
rust-target: thumbv7em-none-eabihf
5454

5555
style_multiboot2_msrv:
56-
name: "multiboot2: style (msrv)"
56+
name: "style (msrv)"
5757
uses: ./.github/workflows/_build-rust.yml
5858
with:
5959
rust-version: 1.56.1
6060
do-style-check: true
6161
do-test: false
6262

6363
style_multiboot2_stable:
64-
name: "multiboot2: style (stable)"
64+
name: "style (stable)"
6565
uses: ./.github/workflows/_build-rust.yml
6666
with:
6767
rust-version: stable

0 commit comments

Comments
 (0)