Run tests on ubuntu, windows and macos

This commit is contained in:
Emil Lauridsen 2020-01-02 15:08:36 +01:00
parent 1a18fe2ec0
commit d1848a11a2

View file

@ -10,7 +10,10 @@ on:
jobs: jobs:
rust: rust:
name: Rust name: Rust
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0