meta: add more stuff to ci matrix

This commit is contained in:
Kat Marchán 2019-08-31 20:42:07 -07:00
parent 4f34257f7a
commit 60508ab258
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,11 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [stable, beta, nightly]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1