Browse Source

CI: avoid aborting the whole matrix on failure

master
Samuel Thibault 3 years ago
parent
commit
473cd9951a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .github/workflows/ci.yml

+ 1
- 0
.github/workflows/ci.yml View File



name: Build with ${{ matrix.sanitizer }} sanitizer name: Build with ${{ matrix.sanitizer }} sanitizer
strategy: strategy:
fail-fast: false
matrix: matrix:
sanitizer: [no, address, leak, memory, thread, undefined, valgrind] sanitizer: [no, address, leak, memory, thread, undefined, valgrind]



Loading…
Cancel
Save