CI: Set ASan and UBSan verbosity to 1.
Chaos Ci / test (push) Successful in 2m50s
Chaos Ci / benchmark (push) Successful in 1m25s

This commit is contained in:
hashlag
2026-07-06 04:09:50 +03:00
parent f399c1b0a5
commit 0608deb618
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
run: valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all ./build-debug/ChaosTests/ChaosTests
- name: Run tests under ASan and UBSan
run: ./build-debug-asanubsan/ChaosTests/ChaosTests
run: ASAN_OPTIONS=verbosity=1 UBSAN_OPTIONS=verbosity=1 ./build-debug-asanubsan/ChaosTests/ChaosTests
- name: Run tests for coverage
run: ./build-debug-coverage/ChaosTests/ChaosTests