ci: Run GUI unit tests in cross-Windows task

This commit is contained in:
MarcoFalke
2025-11-20 22:42:07 +01:00
parent 6b2d17b132
commit fa7ea497c3

View File

@@ -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