Skip to content

Commit

Permalink
ci: run main tests on macOS and Windows, too
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Aug 20, 2024
1 parent 66dc3ee commit 2a3982e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
# No caching as we're expected to run rarely
- name: Install dependencies and run checks
shell: bash
run: |
set -euxo pipefail
python3 -m pip install pre-commit
Expand Down

0 comments on commit 2a3982e

Please sign in to comment.