From d3753c829f4ddb57b5383a5bef7449e2144b5d27 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Fri, 6 Oct 2023 04:34:17 -0400 Subject: [PATCH] Update wf --- .github/workflows/ci-sanitizers.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-sanitizers.yaml b/.github/workflows/ci-sanitizers.yaml index 4cce6aa..a8828ba 100644 --- a/.github/workflows/ci-sanitizers.yaml +++ b/.github/workflows/ci-sanitizers.yaml @@ -26,7 +26,6 @@ jobs: # FIXME: cfi is a mix of lto, bitcode, 1-cgu, and it doesn't seem to # even compile - sanitizer: cfi - crate: core name: Test ${{ matrix.crate }} with ${{ matrix.sanitizer }} sanitizer runs-on: ubuntu-latest steps: