From 16465253c56c6ba60e5fdb3f4c7c6143af68f021 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Thu, 9 Jan 2025 16:07:16 +0700 Subject: [PATCH] ci: add nowallet functional tests --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fac98fea984ec..30f47434c478b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -377,6 +377,15 @@ linux64_multiprocess-test: variables: BUILD_TARGET: linux64_multiprocess +linux64_nowallet-test: + extends: + - .test-template + - .skip-in-fast-mode-template + needs: + - linux64_nowallet-build + variables: + BUILD_TARGET: linux64_nowallet + #linux64_valgrind-test: # extends: # - .test-template