Skip to content

Commit 1e5b374

Browse files
committed
CI: ignore hyperion-windowing from the clippy test
1 parent 09b120b commit 1e5b374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: make KVM=false test
4444

4545
- name: Run Clippy
46-
run: cargo clippy --workspace --exclude=term --exclude=wm -- -Dwarnings
46+
run: cargo clippy --workspace --exclude=term --exclude=wm --exclude=hyperion-windowing -- -Dwarnings
4747

4848
- name: Run Rustfmt
4949
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)