From e32611ec31d4b48f9bf0aff8e6655146f937cdf6 Mon Sep 17 00:00:00 2001 From: Matej Almasi Date: Sun, 8 Dec 2024 22:06:50 +0100 Subject: [PATCH] fup --- .github/workflows/pr-main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-main.yml b/.github/workflows/pr-main.yml index 1e96408..ee43f5b 100644 --- a/.github/workflows/pr-main.yml +++ b/.github/workflows/pr-main.yml @@ -62,9 +62,11 @@ jobs: - name: Build run: ${{ matrix.platform.command }} build --target ${{ matrix.platform.target }} + continue-on-error: ${{ matrix.rust != 'stable' }} - name: Test run: ${{ matrix.platform.command }} test --target ${{ matrix.platform.target }} + continue-on-error: ${{ matrix.rust != 'stable' }} - name: Issue warnings for Beta or Nightly fails if: failure() && matrix.rust != 'stable'