Skip to content

Commit

Permalink
ci: test on windows and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 27, 2024
1 parent fe751c9 commit 3551110
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3551110

Please sign in to comment.