From fa7ea497c3ef9366805e520205f2acf04d4d347b Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 20 Nov 2025 22:42:07 +0100 Subject: [PATCH] ci: Run GUI unit tests in cross-Windows task --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 880cc90c09e..de7ef48465a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -433,6 +433,7 @@ jobs: - name: Run unit tests # Can't use ctest here like other jobs as we don't have a CMake build tree. run: | + ./bin/test_bitcoin-qt.exe ./bin/test_bitcoin.exe -l test_suite # Intentionally run sequentially here, to catch test case failures caused by dirty global state from prior test cases. ./src/secp256k1/bin/exhaustive_tests.exe ./src/secp256k1/bin/noverify_tests.exe