Skip to content

Commit cae517f

Browse files
committed
Print number of iteration in the weekly CI job
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent b1ca59d commit cae517f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
env:
7373
ASAN_OPTIONS: allocator_may_return_null=1
7474
TSAN_OPTIONS: allocator_may_return_null=1
75-
run: for i in {1..1000}; do ctest --output-on-failure || exit 1; date; done
75+
run: for i in {1..600}; do echo ">>> ITERATION no. ${i}" ; ctest --output-on-failure || exit 1; date; done

0 commit comments

Comments
 (0)