Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Mar 25, 2024
1 parent ca352a9 commit 00e73ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Check with clippy
uses: actions-rs/clippy-check@v1
with:
args: --all-features -- -D warnings --manifest-path=rust/Cargo.toml
args: --manifest-path=rust/Cargo.toml --all-features -- -D warnings
token: ${{ secrets.GITHUB_TOKEN }}

test:
Expand Down

0 comments on commit 00e73ff

Please sign in to comment.