[glib-networking/mcatanzaro/ci] Try running tests more



commit 023839a1c7d23ae7a0f55379bbf138f56d50c4d1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Aug 9 14:01:13 2018 -0500

    Try running tests more

 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9817861..ad2ddb9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,11 @@ build_stable:
     - cd build
     - meson ..
     - ninja
-    - ninja test
+    - |
+      for i in {1..100}; do
+        echo "Test run $i"
+        ninja test
+      done
     - ninja install
   artifacts:
     paths:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]