You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -433,6 +433,7 @@ jobs:
433
433
- name: Run unit tests
434
434
# Can't use ctest here like other jobs as we don't have a CMake build tree.
435
435
run: |
436
+
./bin/test_bitcoin-qt.exe
436
437
./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.
0 commit comments