Skip to content

Commit fa3374b

Browse files
ludfjigmarosset
andauthored
Update .github/workflows/dep_rust.yml
Use matrix.config for `clippy-guests` target Co-authored-by: Mark Rossetti <[email protected]> Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 3a1be12 commit fa3374b

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
- name: Ensure up-to-date Cargo.lock
5656
run: |

0 commit comments

Comments
 (0)