Skip to content

Commit

Permalink
workflows: enable sanitize memory/thread tests.
Browse files Browse the repository at this point in the history
* Re-enable the FLB_SANITIZE_MEMORY and FLB_SANITIZE_THREAD on flags on unit tests.

Fixes #3609
  • Loading branch information
niedbalski committed Jul 7, 2021
1 parent ef0e705 commit b4d0f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
max-parallel: 48
fail-fast: false
matrix:
flb_option: [ "-DFLB_JEMALLOC=On", "-DFLB_JEMALLOC=Off", "-DFLB_SMALL=On", "-DSANITIZE_ADDRESS=On", "-DSANITIZE_UNDEFINED=On", "-DFLB_COVERAGE=On"]
flb_option: [ "-DFLB_JEMALLOC=On", "-DFLB_JEMALLOC=Off", "-DFLB_SMALL=On", "-DSANITIZE_ADDRESS=On", "-DSANITIZE_UNDEFINED=On", "-DFLB_COVERAGE=On", "-DFLB_SANITIZE_MEMORY=On", "-DFLB_SANITIZE_THREAD=On"]
os: [ubuntu-18.04, macos-latest]
compiler: [ gcc, clang ]
exclude:
Expand Down

0 comments on commit b4d0f9b

Please sign in to comment.