From d666aaf278a3955fcd99e047796110b7b24185b6 Mon Sep 17 00:00:00 2001 From: Mathieu Soysal <43273304+MathieuSoysal@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:00:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20continue-on-error=20flag?= =?UTF-8?q?=20to=20mutant=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/integration-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index a45fcdc..7fa26eb 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -138,6 +138,7 @@ jobs: tool: cargo-mutants - name: Run mutant tests run: cargo mutants -vV --in-place + continue-on-error: true - uses: mshick/add-pr-comment@v2 if: always() with: