Skip to content

Commit

Permalink
also test macos
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Aug 27, 2020
1 parent 166f4ac commit 5931ff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ name: Continuous integration

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
rust:
- stable
- beta
Expand Down

0 comments on commit 5931ff4

Please sign in to comment.