Skip to content

Commit

Permalink
.github/workflows/test: run tests on Linux + macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Jun 15, 2024
1 parent 09315a6 commit f131564
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ on:
jobs:
test:
name: Test
runs-on: macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit f131564

Please sign in to comment.