Skip to content

Commit ce4893c

Browse files
uklotzdeorottier
authored andcommitted
GitHub CI: Rename msrv job and steps
1 parent 475ee81 commit ce4893c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/msrv.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
CARGO_TERM_COLOR: always
1616

1717
jobs:
18-
verify-build:
18+
check-workspace:
1919
runs-on: ubuntu-latest
2020

2121
steps:
@@ -36,11 +36,11 @@ jobs:
3636
- name: Generate Cargo.lock
3737
run: cargo generate-lockfile
3838

39-
- name: Rust Cache
39+
- name: Cache Rust toolchain and build artifacts
4040
uses: Swatinem/rust-cache@v2
4141
with:
4242
# Distinguished by the action name to avoid sharing!
4343
shared-key: "msrv"
4444

45-
- name: Check
46-
run: cargo check --verbose --all-targets --all-features
45+
- name: Check workspace
46+
run: cargo check --locked --workspace --verbose --all-targets --all-features

0 commit comments

Comments
 (0)