Skip to content

Commit a43b5b6

Browse files
authored
Merge pull request #2022 from ehuss/ci-locked
Make sure CI runs with --locked
2 parents 1517435 + 7abb28c commit a43b5b6

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)