Skip to content

Commit

Permalink
Add Windows and MacOS to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Dec 25, 2023
1 parent 8735c53 commit 0b67332
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:

test-feature-matrix:
name: Test Suite (feature-matrix)
runs-on: ubuntu-latest
strategy:
matrix:
rust:
Expand All @@ -63,6 +62,11 @@ jobs:
flags:
- "--all-features"
- "--no-default-features"
os:
- "ubuntu-latest"
- "windows-latest"
- "macos-latest"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 0b67332

Please sign in to comment.