Skip to content

Commit

Permalink
Run CI on multi OS
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 2, 2023
1 parent 0f36751 commit 3e4f135
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- run: flake8 run.py roop
- run: mypy run.py roop
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 3e4f135

Please sign in to comment.