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 d99381e commit 03f85a4Copy full SHA for 03f85a4
src/Beman/Optional26/tests/CMakeLists.txt
@@ -17,6 +17,7 @@ add_executable(optional_test
17
18
target_link_libraries(optional_test beman_optional26 GTest::gtest GTest::gtest_main)
19
20
+# Issue #32: Re-enable ASAN run CI/clang-19
21
# Note: clang-19 + gtest_discover_tests + Asan setup causes errors on some platforms.
-# Temporary switch to gtest_add_tests and skip some Asan checks.
22
+# Temporary switch to gtest_add_tests and skip some Asan checks. Change also applied for CI flows.
23
gtest_add_tests(optional_test "" AUTO)
0 commit comments