[glib-networking/mcatanzaro/session-resumption: 13/13] FIXME: run tests sequentially
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/session-resumption: 13/13] FIXME: run tests sequentially
- Date: Mon, 18 Nov 2019 22:27:19 +0000 (UTC)
commit 5c77c55d3413760395a17dc7b236d5d5aca6223b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Nov 18 16:19:53 2019 -0600
FIXME: run tests sequentially
This will help debug the CI
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5075bd..7f4cca5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ fedora-x86_64:
-Dwerror=true
build/
- ninja -C build/
- - meson test -v -C build/ --repeat=500
+ - for i in `seq 1 500`; do meson test -v -C build/ --repeat=500; done
- meson install -C build/
artifacts:
paths:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]