Skip to content

Commit

Permalink
Run tests against MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescurtin committed Oct 14, 2024
1 parent abb0df9 commit 2370eb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- id: imports-properly-sorted
Expand Down

0 comments on commit 2370eb2

Please sign in to comment.