From ae7d57e5cf01eec9ca9d46d654f9772cd8474c12 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sat, 7 Sep 2019 11:47:58 +0200 Subject: Test with rust beta --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3