Skip to content

Commit 0a1962e

Browse files
committed
* Typo fix
1 parent b6bd3d3 commit 0a1962e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: Swatinem/rust-cache@v2
6161
with:
6262
shared-key: "cache-clippy"
63-
- run: cargo clippy --all-features --all-target-- -D warnings
63+
- run: cargo clippy --all-features --all-targets -- -D warnings
6464

6565
test:
6666
if: ${{ !startsWith(github.head_ref, 'release/') }}

0 commit comments

Comments
 (0)