From dddf6eb4ba0630f8045652ec8cc8dc7d0c37125e Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 22 Jan 2024 15:17:00 -0600 Subject: [PATCH] ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 441d4517..33452794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: name: '${{ matrix.os }}-${{ matrix.cpu }}-tests-${{ matrix.tests }}' runs-on: ${{ matrix.builder }} timeout-minutes: 80 + continue-on-error: true steps: - name: Checkout sources uses: actions/checkout@v3