Skip to content

Commit

Permalink
Enable sanitizers with Clang on Ubuntu as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Oct 31, 2021
1 parent 0487f9f commit 33f2f55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
cc: gcc
include:
- os: ubuntu-18.04
cc: gcc
target: develop
cmakevars: -DSANITIZERS=ON -DMORE_WARNINGS=ON -DCMAKE_BUILD_TYPE=Debug
- os: ubuntu-20.04
cc: gcc
target: develop
cmakevars: -DSANITIZERS=ON -DMORE_WARNINGS=ON -DCMAKE_BUILD_TYPE=Debug
- os: macos-11.0
Expand Down

0 comments on commit 33f2f55

Please sign in to comment.