From b59427c89f12c77e064f901b8ae205d064c75e2e Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 19 Jul 2024 10:29:36 -0400 Subject: [PATCH] allow miri failures --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cabfba1f..80bfbbbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,6 +61,7 @@ jobs: miri: name: Miri + continue-on-error: true # FIXME: https://github.com/salsa-rs/salsa/issues/520 runs-on: ubuntu-latest steps: - name: Checkout