Skip to content

Commit

Permalink
feat(ghactions): add macos github actions check
Browse files Browse the repository at this point in the history
  • Loading branch information
iwanbk committed Oct 30, 2024
1 parent ed20c5f commit 71c3dc1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ 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
run: |
sudo apt-get update
sudo apt-get install capnproto
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 71c3dc1

Please sign in to comment.