Skip to content

Commit

Permalink
👷 add windows to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Feb 29, 2024
1 parent 581f200 commit b50bece
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }}
strategy:
fail-fast: false
max-parallel: 1
matrix:
config:
- {os: ubuntu-latest}
- {os: windows-latest}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit b50bece

Please sign in to comment.