Skip to content

Commit

Permalink
Run tests on macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 15, 2024
1 parent 3792921 commit 5689ed4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
strategy:
matrix:
node: [lts/*]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
name: ubuntu
- os: macos-latest
name: macos
- os: windows-latest
name: windows
runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}
steps:
Expand Down

0 comments on commit 5689ed4

Please sign in to comment.