Suppress false positive

This commit is contained in:
Ben Meadors
2025-07-25 10:41:59 -05:00
parent 37332e2ad6
commit bead96eaee
4 changed files with 53 additions and 8 deletions

View File

@@ -90,6 +90,8 @@ jobs:
run: sed -i 's/-DBUILD_EPOCH=$UNIX_TIME/#-DBUILD_EPOCH=$UNIX_TIME/' platformio.ini
- name: PlatformIO Tests
env:
ASAN_OPTIONS: suppressions=asan_suppressions.txt:halt_on_error=1:abort_on_error=1
run: platformio test -e coverage -v --junit-output-path testreport.xml
- name: Save test results