diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5634f869..40a96b5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,13 @@ jobs: cxx: g++ - cc: clang cxx: clang++ + - cc: clang + cxx: clang++ + cxxflags: -fsanitize=address -g env: CC: ${{ matrix.cc }} CXX: ${{ matrix.cxx }} + CXXFLAGS: ${{ matrix.cxxflags }} steps: - run: sudo apt-get update - name: Install dependencies