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.
2 parents 24610f5 + cae517f commit b894c77Copy full SHA for b894c77
.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..600}; do echo ">>> ITERATION no. ${i}" ; ctest --output-on-failure || exit 1; date; done
0 commit comments