Skip to content

Commit

Permalink
Update wf
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 6, 2023
1 parent a93f53c commit 7b57cc2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
matrix:
crate: [core, alloc, std, simd, stdarch]
sanitizer: [address, memory, thread, cfi, safestack, leak]
# exclude:
# - sanitizer: cfi
exclude:
# 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:
Expand Down

0 comments on commit 7b57cc2

Please sign in to comment.