Skip to content

Commit

Permalink
test macos and windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Aug 8, 2020
1 parent d681016 commit 1b601ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 1b601ea

Please sign in to comment.