From 2c9217ebd0189289fc2546e7542a315e8c8d5fac Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Wed, 30 Jun 2021 20:53:59 -0700 Subject: [PATCH] Run core feature testing on nightly. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99025227..6f183ce4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,13 +23,11 @@ jobs: - { name: Contrib, flag: "--contrib" } - { name: Examples, flag: "--examples" } include: - - platform: { name: Linux, distro: ubuntu-latest, toolchain: stable } + - platform: { name: Linux, distro: ubuntu-latest, toolchain: nightly } test: { name: Core, flag: "--core" } - platform: { name: Linux, distro: ubuntu-latest, toolchain: stable } test: { name: Release, flag: "--release" } - continue-on-error: ${{ matrix.platform.toolchain == 'nightly' }} - runs-on: ${{ matrix.platform.distro }} steps: