From d24bd728f81c6131c1b29a03fa3a90c6ef600716 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Fri, 21 Jan 2022 01:57:17 +0100 Subject: [PATCH] ci(tests): force cucumber tests to exec sequentially --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64b7c2593..97cdbd008 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,8 +118,9 @@ tests_debug: DUNITER_INTEGRATION_TESTS_SPAWN_NODE_DURATION: "20" script: - cargo test --workspace --exclude duniter-integration-tests + - cargo cucumber -i balance* - cargo cucumber -i monetary* - - cargo cucumber -i *transfer* + - cargo cucumber -i transfer* dependencies: - build_debug -- GitLab