Skip to content

Commit

Permalink
Run unit tests on Windows as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Sep 22, 2024
1 parent 13ecf10 commit f1c2099
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install requirements
Expand Down

0 comments on commit f1c2099

Please sign in to comment.