Skip to content

Commit

Permalink
do I need a matrix?
Browse files Browse the repository at this point in the history
  • Loading branch information
m-hilgendorf committed Apr 25, 2020
1 parent 85474fb commit ead82e4
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 @@ -29,7 +29,10 @@ jobs:
args: --all-targets --all-features -- -D warnings

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

0 comments on commit ead82e4

Please sign in to comment.