Skip to content

Commit 4907daa

Browse files
authored
Merge pull request #2412 from Kobzol/ci-locked
Use `--locked` on CI
2 parents 75948bb + dc3f7dd commit 4907daa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
key: linux
4343

4444
- name: Run unit tests
45-
run: cargo test --all
45+
run: cargo test --all --locked
4646

4747
- name: Build with S3 feature
48-
run: cargo build --features s3-sdk
48+
run: cargo build --features s3-sdk --locked
4949

5050
- name: Lint check
5151
run: cargo clippy --all -- -D warnings

0 commit comments

Comments
 (0)