Skip to content

Commit bb55d8a

Browse files
Merge pull request #1993 from kristof-mattei/locked-and-loaded
fix: ensure cargo.lock is up to date
2 parents e1c0c75 + 75f241b commit bb55d8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
- name: Build
204204
shell: bash
205205
run: |
206-
cargo build --all-targets --workspace --verbose
206+
cargo build --all-features --all-targets --locked --workspace --verbose
207207
208208
cargo-fmt:
209209
name: Cargo fmt
@@ -346,7 +346,7 @@ jobs:
346346
# build-* ones are not parsed by grcov
347347
LLVM_PROFILE_FILE: "profiling/build-%p-%m.profraw"
348348
run: |
349-
cargo build --all-targets --all-features --workspace --verbose
349+
cargo build --all-features --all-targets --locked --workspace --verbose
350350
351351
- name: Run nextest
352352
shell: bash
@@ -458,7 +458,7 @@ jobs:
458458
- name: Run Clippy for GitHub Actions report
459459
uses: actions-rs-plus/clippy-check@fe8905c5766416f0593a503a2230a7c83141a8f0 # v2.3.0
460460
with:
461-
args: --workspace --all-targets --all-features
461+
args: --all-features --all-targets --locked --workspace --verbose
462462

463463
docker-build:
464464
name: Build Docker container on ${{ matrix.runs-on }} for ${{ matrix.platform }}

0 commit comments

Comments
 (0)