We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f5bcb commit 08d8379Copy full SHA for 08d8379
.github/workflows/test_and_validate.yml
@@ -139,6 +139,7 @@ jobs:
139
- name: Run Tests
140
run: |
141
cd ./cmake_build/test/
142
+ export ASAN_OPTIONS=${ASAN_OPTIONS}:detect_odr_violation=0
143
./test_bmi_cpp
144
cd ../../
145
timeout-minutes: 15
@@ -272,6 +273,7 @@ jobs:
272
273
- name: Run Unit Tests
274
275
. .venv/bin/activate
276
277
./cmake_build/test/test_bmi_multi
278
279
@@ -301,6 +303,7 @@ jobs:
301
303
- name: run_bmi_protocol_tests
302
304
305
306
307
./test_bmi_protocols
308
309
0 commit comments