Skip to content

Commit 663d6c6

Browse files
authored
ci(test): add --locked flag to cargo build
1 parent 8b6409e commit 663d6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Update rust
3030
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
3131
- name: Build
32-
run: cargo build --verbose
32+
run: cargo build --verbose --locked
3333
- name: Run tests
3434
run: cargo test --verbose

0 commit comments

Comments
 (0)