Skip to content

Commit

Permalink
test: 🧪 Add os tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Mar 13, 2024
1 parent 7727ec2 commit 368da35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 368da35

Please sign in to comment.