ci: [refactor] Move run_unit_tests to ci-windows-cross.py

This commit is contained in:
MarcoFalke
2026-02-10 12:53:51 +01:00
parent fa99ba5f14
commit fa2719ab1b
2 changed files with 20 additions and 9 deletions

View File

@@ -415,15 +415,7 @@ jobs:
run: py -3 .github/ci-windows-cross.py check_manifests
- 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
./src/secp256k1/bin/tests.exe
./src/univalue/object.exe
./src/univalue/unitester.exe
run: py -3 .github/ci-windows-cross.py run_unit_tests
- name: Prepare Windows test environment
run: |