diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4e9873..16c0ea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,13 @@ jobs: build_and_test: name: Rust project - latest runs-on: ubuntu-latest + continue-on-error: true strategy: matrix: toolchain: - stable - beta - # - nightly + - nightly steps: - uses: actions/checkout@v3 - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}