Skip to content

Commit b894c77

Browse files
Merge pull request #1379 from ldorau/Print_number_of_iteration_in_the_weekly_CI_job
Print number of iteration in the weekly CI job
2 parents 24610f5 + cae517f commit b894c77

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)