Skip to content

Commit

Permalink
feat: run tests on ubuntu, windows, and macos
Browse files Browse the repository at this point in the history
This should help catch platform-specific bugs
  • Loading branch information
Tommypop2 committed Jan 19, 2025
1 parent 792a554 commit c3f4fca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c3f4fca

Please sign in to comment.