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

This commit is contained in:
hashlag
2026-07-06 04:09:50 +03:00
parent b2ea94c18b
commit 3c3ff4af15
+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 run: valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all ./build-debug/ChaosTests/ChaosTests
- name: Run tests under ASan and UBSan - 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 - name: Run tests for coverage
run: ./build-debug-coverage/ChaosTests/ChaosTests run: ./build-debug-coverage/ChaosTests/ChaosTests