Skip to content

Commit

Permalink
Fix typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyoshaVasilieva authored May 29, 2024
1 parent a0f3f64 commit f21bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features -- -D clippy::style -D clippy::suspiscious -D clippy::complexity
args: --all-targets --all-features -- -D clippy::style -D clippy::suspicious -D clippy::complexity
miri:
name: Miri
runs-on: ubuntu-latest
Expand Down

0 comments on commit f21bfc2

Please sign in to comment.