Skip to content

Commit 7366393

Browse files
committed
Add matrix target to recipe
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 17e42fe commit 7366393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: clippy
5151
run: |
5252
just clippy ${{ matrix.config }}
53-
just clippy-guests
53+
just clippy-guests ${{ matrix.config }}
5454
5555
# 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
5656
- name: Ensure up-to-date Cargo.lock

0 commit comments

Comments
 (0)