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: