Skip to content

Commit

Permalink
ci: run test job on macos (arm)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi committed Sep 8, 2024
1 parent d9d5c02 commit 796d535
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
Expand Down

0 comments on commit 796d535

Please sign in to comment.