mirror of
https://github.com/1Password/arboard.git
synced 2025-07-07 13:25:18 +00:00
Check multiple windows-sys versions in CI
This is to prevent accidental breakage due to the new version range
This commit is contained in:
parent
9d6a0b9b42
commit
543484f77c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -49,6 +49,12 @@ jobs:
|
|||
- name: Run `cargo clippy` with all features
|
||||
run: cargo clippy --verbose --all-features -- -D warnings -D clippy::dbg_macro
|
||||
|
||||
- name: Run `cargo clippy` with dependency version checks
|
||||
if: ${{ matrix.rust_version == 'stable' }}
|
||||
run: |
|
||||
cargo update -p windows-sys
|
||||
cargo clippy --verbose --all-features -- -D warnings -D clippy::dbg_macro
|
||||
|
||||
test:
|
||||
needs: clippy
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue