aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Lauridsen <[email protected]>2020-01-02 14:08:36 +0000
committerEmil Lauridsen <[email protected]>2020-01-03 18:37:13 +0000
commitd1848a11a229281e28f6d1f176ad1f4fe02dd9db (patch)
tree240a7c1ef5c8f9e8ddfc18d7813f56c73ef7e011
parent1a18fe2ec075652942514ba7d31049a4148f6e4a (diff)
Run tests on ubuntu, windows and macos
-rw-r--r--.github/workflows/ci.yaml5
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:
10jobs: 10jobs:
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