Skip to content

Commit 6f35d90

Browse files
committed
ci: Run cargo in locked mode
As a follow-up for ruffle-rs#7010, run cargo in locked mode on Web CI as well, in order to validate that `Cargo.lock` is up-to-date and gain a slight speed-up.
1 parent 2ce6679 commit 6f35d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Build
7272
env:
7373
# Verify that all features build.
74-
CARGO_FLAGS: --all-features
74+
CARGO_FLAGS: --locked --all-features
7575
working-directory: web
7676
shell: bash -l {0}
7777
run: |

0 commit comments

Comments
 (0)