We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2523528 commit 1b989f3Copy full SHA for 1b989f3
.github/workflows/cmake_ubuntu_sanitizers.yml
@@ -19,6 +19,7 @@ jobs:
19
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
20
runs-on: ${{ matrix.os }}
21
strategy:
22
+ fail-fast: false
23
matrix:
24
os: [ubuntu-22.04]
25
sanitizer: [asan_ubsan, tsan]
0 commit comments