Skip to content

Commit edc54f8

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] C/C++ for MacOS. Enable Memory leak detection at test-run.
1 parent f75f352 commit edc54f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/c-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
5656
- name: Test
5757
run: |
58+
export ASAN_OPTIONS=detect_leaks=1
5859
make test

0 commit comments

Comments
 (0)