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.
1 parent b6bd3d3 commit 0a1962eCopy full SHA for 0a1962e
.github/workflows/backend-ci.yml
@@ -60,7 +60,7 @@ jobs:
60
- uses: Swatinem/rust-cache@v2
61
with:
62
shared-key: "cache-clippy"
63
- - run: cargo clippy --all-features --all-target-- -D warnings
+ - run: cargo clippy --all-features --all-targets -- -D warnings
64
65
test:
66
if: ${{ !startsWith(github.head_ref, 'release/') }}
0 commit comments