diff --git a/.github/workflows/test-asan.yml b/.github/workflows/test-asan.yml index 70ca326fab82e8..1344d0c4cd74a4 100644 --- a/.github/workflows/test-asan.yml +++ b/.github/workflows/test-asan.yml @@ -44,7 +44,7 @@ jobs: CC: sccache clang CXX: sccache clang++ LINK: sccache clang++ - CONFIG_FLAGS: --enable-asan + CONFIG_FLAGS: --enable-asan --debug-node SCCACHE_GHA_ENABLED: 'true' steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6