Skip to content

Commit

Permalink
Run tests on Mac OS too
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Feb 24, 2024
1 parent 7948d09 commit f9d1899
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Test
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
posix:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: python3 test.py

0 comments on commit f9d1899

Please sign in to comment.