You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dep_rust.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ jobs:
60
60
- name: clippy
61
61
run: |
62
62
just clippy ${{ matrix.config }}
63
-
just clippy-guests
63
+
just clippy-guests ${{ matrix.config }}
64
64
65
65
# Does not check for updated Cargo.lock files for test rust guests as this causes an issue with this checkwhen deoendabot updates dependencies in common crates
0 commit comments