Skip to content

Commit

Permalink
ci: add gui,cmd,interception_driver check on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Sep 22, 2024
1 parent bc55d6a commit 6c343be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ jobs:
- name: Run clippy gui
run: cargo clippy --all --features=gui -- -D warnings

- name: Check gui+cmd+interception
run: cargo check --features gui,cmd,interception_driver

build-test-clippy-macos:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 6c343be

Please sign in to comment.