Add windows and mac CI

Preparations for #1.
This commit is contained in:
Malte Tammena 2021-10-19 15:16:33 +02:00
parent 3d1e6697d9
commit 94521f974d

View file

@ -11,9 +11,13 @@ env:
jobs:
ci:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macOS-latest
rust:
# - stable # Add when version 2021 is stable
- nightly