Skip to content

Commit 96f9c0c

Browse files
committed
temp update to dep.rust
Signed-off-by: Mark Rossett <[email protected]>
1 parent 205136f commit 96f9c0c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dep_rust.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,18 @@ jobs:
6565
run: just fmt-check
6666

6767
- name: clippy
68+
if: ${{ (runner.os == 'Windows' )}}
6869
run: |
6970
just clippy ${{ matrix.config }}
7071
just clippy-guests ${{ matrix.config }}
7172
73+
# note: this is just temporary to check if we caught all the clippy warnings
74+
# I plan to move out of dep_rust in this PR with a follow-up commit.
75+
- name: clippy exhaustive check
76+
if: ${{ (runner.os == 'Linux' )}}
77+
run: |
78+
just clippy-exhaustive ${{ matrix.config }}
79+
7280
# 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
7381
- name: Ensure up-to-date Cargo.lock
7482
run: |

0 commit comments

Comments
 (0)