Skip to content

Commit

Permalink
Update CI (enable the SANITIZERS option for unit tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed Jan 19, 2025
1 parent e61dea9 commit 910915f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Configue project
id: configure
run: cmake -DEMBEDDED_BUILD=OFF -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -B build
run: cmake -DEMBEDDED_BUILD=OFF -DSANITIZERS=ON -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -B build

- name: Build
id: build
Expand Down

0 comments on commit 910915f

Please sign in to comment.