Skip to content

Commit 6bea0a1

Browse files
committed
Update workflow
1 parent 7951345 commit 6bea0a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
uses: clechasseur/rs-clippy-check@v4
2929
with:
3030
# We do not run clippy on plugins.
31-
working-directory: ./rust
32-
args: --all-features
31+
args: -p binaryninja --all-features
3332

3433
# Check formatting with rustfmt
3534
formatting:

0 commit comments

Comments
 (0)