Skip to content

Commit

Permalink
ci: run tests on Windows as well
Browse files Browse the repository at this point in the history
adding a specific job as we need to install pkg-config
  • Loading branch information
Guillaume Desmottes authored and gdesmott committed Mar 9, 2021
1 parent de6e465 commit 3a28727
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ jobs:
with:
command: test

test-Windows:
name: Test Suite (Windows)
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: crazy-max/ghaction-chocolatey@v1
with:
args: install pkgconfiglite
- uses: actions-rs/cargo@v1
with:
command: test

fmt:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a28727

Please sign in to comment.