File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments