Skip to content

Commit 6088aca

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

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
@@ -60,7 +60,7 @@ jobs:
6060
- name: clippy
6161
run: |
6262
just clippy ${{ matrix.config }}
63-
just clippy-guests
63+
just clippy-guests ${{ matrix.config }}
6464
6565
# 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
6666
- name: Ensure up-to-date Cargo.lock

0 commit comments

Comments
 (0)