Skip to content

Commit fa7ea49

Browse files
author
MarcoFalke
committed
ci: Run GUI unit tests in cross-Windows task
1 parent 6b2d17b commit fa7ea49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ jobs:
433433
- name: Run unit tests
434434
# Can't use ctest here like other jobs as we don't have a CMake build tree.
435435
run: |
436+
./bin/test_bitcoin-qt.exe
436437
./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.
437438
./src/secp256k1/bin/exhaustive_tests.exe
438439
./src/secp256k1/bin/noverify_tests.exe

0 commit comments

Comments
 (0)