Skip to content

Commit

Permalink
Run tests on macOS as well
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed May 16, 2024
1 parent 91ef5e8 commit b83fa49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ env:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: code
Expand Down

0 comments on commit b83fa49

Please sign in to comment.