From fdf061c08d32681e21d01c88d4802fbb01c4f7d4 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 ea9af997c..d53983dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: make: openapi regtest: - needs: [ lint ] + needs: [ lint, test-api, test-wallets, test-unit, migration, openapi ] uses: ./.github/workflows/regtest.yml strategy: matrix: