summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-09-07 11:47:58 +0200
committerSebastian Wiesner <sebastian@swsnr.de>2019-09-07 11:47:58 +0200
commitae7d57e5cf01eec9ca9d46d654f9772cd8474c12 (patch)
tree48e4fbc1888d16f8562d0316c616bd24bdad5dc3
parent026077a5f8dc215c1c8ec1a6f7a90a83021b17dc (diff)
Test with rust beta
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index aa81792..0bfa6cc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,8 +39,13 @@ jobs:
build:
- target: x86_64-unknown-linux-gnu
flags:
+ rust: stable
+ - target: x86_64-unknown-linux-gnu
+ flags:
+ rust: beta
- target: x86_64-unknown-linux-musl
flags: --no-default-features --features terminology
+ rust: stable
steps:
# Install ansi2html for tests
- uses: actions/setup-python@v1
@@ -54,7 +59,7 @@ jobs:
# Setup rust version, and setup the target
- uses: hecrj/setup-rust-action@v1
with:
- rust-version: stable
+ rust-version: ${{ matrix.build.rust }}
- name: Setup target
run: rustup target add ${{ matrix.build.target }}
# Test