We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145d8d4 commit 0edafdeCopy full SHA for 0edafde
.github/workflows/rust.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v4
40
- uses: Swatinem/rust-cache@v2
41
- name: Run clippy
42
- run: cargo clippy --tests --locked -- -Dwarnings
+ run: cargo clippy --tests -- -Dwarnings
43
test:
44
runs-on: ubuntu-latest
45
name: test
0 commit comments