Skip to content

Commit

Permalink
test every os
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstrauch committed Jul 5, 2021
1 parent ae6ebd6 commit 109d25a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 109d25a

Please # to comment.