Skip to content

Commit

Permalink
Run accesskit_windows tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hansen committed Aug 8, 2023
1 parent ba4499b commit 024fca7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,12 @@ jobs:
- name: cargo test
run: cargo test

- name: cargo test -p accesskit_windows
if: matrix.os == 'windows-2019'
uses: actions-rs/cargo@v1
with:
command: test
args: -p accesskit_windows

generate-headers:
uses: AccessKit/accesskit/.github/workflows/generate-headers.yml@main

0 comments on commit 024fca7

Please sign in to comment.