Skip to content

Commit 7abb28c

Browse files
committed
Make sure CI runs with --locked
1 parent 112fd4a commit 7abb28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Rust
3939
run: bash ci/install-rust.sh ${{ matrix.rust }}
4040
- name: Build and run tests
41-
run: cargo test
41+
run: cargo test --locked
4242
- name: Test no default
4343
run: cargo test --no-default-features
4444

0 commit comments

Comments
 (0)