Skip to content

Commit

Permalink
Run tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Sep 1, 2023
1 parent 3d6193e commit 2e057f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: Panquesito7/[email protected]
Expand Down

0 comments on commit 2e057f6

Please sign in to comment.