diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5595f13d..a24e2e07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: [push, pull_request] env: CARGO_TERM_COLOR: always - jobs: test: name: "${{ matrix.platform.name }} ${{ matrix.test.name }} (${{ matrix.platform.toolchain }})" @@ -30,10 +29,6 @@ jobs: runs-on: ${{ matrix.platform.distro }} - continue-on-error: ${{ matrix.platform.name == 'Linux' - && matrix.platform.toolchain == 'nightly' - && matrix.test.name == 'Debug' }} - steps: - name: Checkout Sources uses: actions/checkout@v2 @@ -69,6 +64,7 @@ jobs: profile: minimal toolchain: ${{ matrix.platform.toolchain }} override: true + components: rust-src - name: Cache Example Workspace if: matrix.test.name == 'Examples'