From 7c632cf165e12c3344c6a1c7d372009ae1b47b66 Mon Sep 17 00:00:00 2001 From: Nicolas Luck Date: Fri, 9 Feb 2024 13:44:37 +0100 Subject: [PATCH] Reactivate nightly test job with continue-on-error set --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fac2a42..875aedab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,8 @@ jobs: # rust versions - { os: ubuntu-22.04, rust-version: "1.70", target: 'x86_64-unknown-linux-gnu'} - { os: ubuntu-22.04, rust-version: beta, target: 'x86_64-unknown-linux-gnu'} - # - { os: ubuntu-22.04, rust-version: nightly, target: 'x86_64-unknown-linux-gnu'} + - { os: ubuntu-22.04, rust-version: nightly, target: 'x86_64-unknown-linux-gnu', continue-on-error: true} + continue-on-error: ${{ matrix.continue-on-error }} defaults: run: shell: bash -- 2.54.0