From d0ea42fd70bbbf6f9824cd1b09becd2ea36f6eef Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 26 Mar 2026 12:28:12 +0200 Subject: [PATCH] chore: make regtest wait --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e282b93b..0ceb66a02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: make: openapi regtest: - needs: [ lint ] + needs: [ lint, test-api, test-wallets, test-unit, migration, openapi ] uses: ./.github/workflows/regtest.yml strategy: matrix: