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 b1ca59d commit 117d6d0Copy full SHA for 117d6d0
1 file changed
.github/workflows/weekly.yml
@@ -72,4 +72,4 @@ jobs:
72
env:
73
ASAN_OPTIONS: allocator_may_return_null=1
74
TSAN_OPTIONS: allocator_may_return_null=1
75
- run: for i in {1..1000}; do ctest --output-on-failure || exit 1; date; done
+ run: for i in {1..1000}; do echo ">>> ITERATION no. ${i}" ; ctest --output-on-failure || exit 1; date; done
0 commit comments