Skip to content

Commit

Permalink
upadte
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 committed Nov 24, 2024
1 parent c0a7906 commit 42cb987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sanitizer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
fail-fast: false
matrix:
sanitizer_flags: [-fsanitize=address -fno-omit-frame-pointer,
-fsanitize=undefined -fno-sanitize-recover=undefined,
-fsanitize=thread,
-fsanitize=memory]
sanitizer_flags: ["-fsanitize=address -fno-omit-frame-pointer",
"-fsanitize=undefined -fno-sanitize-recover=undefined",
"-fsanitize=thread",
"-fsanitize=memory"]
build_type: [Debug]
c_compiler : [clang]
cpp_compiler: [clang++]
Expand Down

0 comments on commit 42cb987

Please sign in to comment.