Skip to content

Commit 3c7ea90

Browse files
committed
Deactivate ODR violation detection for test_pet also.
1 parent cd22244 commit 3c7ea90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_and_validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676
build-cores: ${{ env.LINUX_NUM_PROC_CORES }}
7777

7878
- name: Run Tests
79-
run: ./cmake_build/test/compare_pet
79+
run: |
80+
export ASAN_OPTIONS=${ASAN_OPTIONS}:detect_odr_violation=0
81+
./cmake_build/test/compare_pet
8082
timeout-minutes: 15
8183

8284
- name: Clean Up

0 commit comments

Comments
 (0)