Skip to content

Commit 0edafde

Browse files
committed
Don't use clippy --locked
1 parent 145d8d4 commit 0edafde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: Swatinem/rust-cache@v2
4141
- name: Run clippy
42-
run: cargo clippy --tests --locked -- -Dwarnings
42+
run: cargo clippy --tests -- -Dwarnings
4343
test:
4444
runs-on: ubuntu-latest
4545
name: test

0 commit comments

Comments
 (0)