diff options
author | Emil Lauridsen <[email protected]> | 2020-01-02 14:08:36 +0000 |
---|---|---|
committer | Emil Lauridsen <[email protected]> | 2020-01-03 18:37:13 +0000 |
commit | d1848a11a229281e28f6d1f176ad1f4fe02dd9db (patch) | |
tree | 240a7c1ef5c8f9e8ddfc18d7813f56c73ef7e011 | |
parent | 1a18fe2ec075652942514ba7d31049a4148f6e4a (diff) |
Run tests on ubuntu, windows and macos
-rw-r--r-- | .github/workflows/ci.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
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: | |||
10 | jobs: | 10 | jobs: |
11 | rust: | 11 | rust: |
12 | name: Rust | 12 | name: Rust |
13 | runs-on: ubuntu-latest | 13 | runs-on: ${{ matrix.os }} |
14 | strategy: | ||
15 | matrix: | ||
16 | os: [ubuntu-latest, windows-latest, macos-latest] | ||
14 | env: | 17 | env: |
15 | RUSTFLAGS: -D warnings | 18 | RUSTFLAGS: -D warnings |
16 | CARGO_INCREMENTAL: 0 | 19 | CARGO_INCREMENTAL: 0 |