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

@@ -13,6 +13,7 @@ jobs:

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


Loading…
Cancel
Save