Skip to content

Commit 7019f4d

Browse files
committed
Update pipeline
1 parent ae444eb commit 7019f4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ jobs:
2222
- uses: DavidAnson/markdownlint-cli2-action@v16
2323
with:
2424
globs: "exercises/**/*.md"
25-
- name: Run cargo fmt
25+
- name: rustfmt
2626
run: cargo fmt --all --check
2727
test:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
os: [ubuntu-latest, windows-latest, macOS-latest]
31+
os: [ubuntu-latest, windows-latest, macos-latest]
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: swatinem/rust-cache@v2
35-
- name: Run cargo test
35+
- name: cargo test
3636
run: cargo test --workspace
3737
dev-check:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v4
4141
- uses: swatinem/rust-cache@v2
42-
- name: Run rustlings dev check
42+
- name: rustlings dev check
4343
run: cargo run -- dev check --require-solutions

0 commit comments

Comments
 (0)