Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Mar 18, 2024
1 parent 0008208 commit 6edc75b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
env:
CC: 'clang'
CXX: 'clang++'
CFLAGS: '-fsanitize=address,undefined -fno-sanitize-recover=all'
CXXFLAGS: '-fsanitize=address,undefined -fno-sanitize-recover=all'
CFLAGS: '-fsanitize=address'
CXXFLAGS: '-fsanitize=address'
ASAN_OPTIONS: detect_leaks=0

steps:
Expand All @@ -80,6 +80,7 @@ jobs:
run: |
cmake -DBUILD_SHARED_LIBS=NO -DCMAKE_BUILD_TYPE=Debug -S . -B build
cmake --build build
sudo sysctl vm.mmap_rnd_bits=28
ctest --test-dir build --output-on-failure
macos:
Expand Down

0 comments on commit 6edc75b

Please sign in to comment.