Skip to content

Commit

Permalink
feat(ghactions): add macos check
Browse files Browse the repository at this point in the history
  • Loading branch information
iwanbk committed Oct 30, 2024
1 parent ed20c5f commit 0efb8fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- uses: clechasseur/rs-fmt-check@v2

test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Get Dependencies
Expand Down

0 comments on commit 0efb8fd

Please sign in to comment.