From d1848a11a229281e28f6d1f176ad1f4fe02dd9db Mon Sep 17 00:00:00 2001 From: Emil Lauridsen Date: Thu, 2 Jan 2020 15:08:36 +0100 Subject: Run tests on ubuntu, windows and macos --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d24295ec..0034ce49a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,10 @@ on: jobs: rust: name: Rust - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, windows-latest, macos-latest] env: RUSTFLAGS: -D warnings CARGO_INCREMENTAL: 0 -- cgit v1.2.3