Skip to content

Commit

Permalink
tests: clippy workflow is now manually dispatchable; fixed -F all_f…
Browse files Browse the repository at this point in the history
…eatures

[skip ci]
  • Loading branch information
jqnatividad committed Nov 15, 2023
1 parent 4142112 commit 5a21e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
branches: [ master ]
schedule:
- cron: '42 11 * * 0'
workflow_dispatch:

jobs:
rust-clippy-analyze:
Expand All @@ -43,7 +44,7 @@ jobs:
- name: Run rust-clippy
run:
cargo clippy
--all-features
-F all_features
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
continue-on-error: true

Expand Down

0 comments on commit 5a21e0d

Please sign in to comment.