ci: Save full logs for failed sanitized tests (#2715)

This commit is contained in:
Ayaz Salikhov
2025-10-23 17:06:02 +01:00
committed by GitHub
parent f41d574204
commit 1bfdd0dd89
3 changed files with 9 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ jobs:
- name: Run clio_tests (sanitizer errors ignored)
if: ${{ env.SANITIZER_IGNORE_ERRORS == 'true' }}
run: ./.github/scripts/execute-tests-under-sanitizer ./clio_tests
run: ./.github/scripts/execute-tests-under-sanitizer.sh ./clio_tests
- name: Check for sanitizer report
if: ${{ env.SANITIZER_IGNORE_ERRORS == 'true' }}

View File

@@ -15,7 +15,7 @@ on:
- ".github/actions/**"
- "!.github/actions/build-docker-image/**"
- "!.github/actions/create-issue/**"
- .github/scripts/execute-tests-under-sanitizer
- .github/scripts/execute-tests-under-sanitizer.sh
- CMakeLists.txt
- conanfile.py