Skip to content

Commit

Permalink
use valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Oct 14, 2024
1 parent 1ac3fdd commit be117a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
sudo apt install gcc-11 g++-11
shell: bash
- name: cmake
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DJSONCONS_VALGRIND=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
run: cmake -S . -B build -DJSONCONS_VALGRIND=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
env:
CC: gcc-11
CXX: g++-11
Expand Down

0 comments on commit be117a5

Please sign in to comment.