We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75948bb + dc3f7dd commit 4907daaCopy full SHA for 4907daa
1 file changed
.github/workflows/ci.yml
@@ -42,10 +42,10 @@ jobs:
42
key: linux
43
44
- name: Run unit tests
45
- run: cargo test --all
+ run: cargo test --all --locked
46
47
- name: Build with S3 feature
48
- run: cargo build --features s3-sdk
+ run: cargo build --features s3-sdk --locked
49
50
- name: Lint check
51
run: cargo clippy --all -- -D warnings
0 commit comments