mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 18:51:12 +00:00
ci: Run GUI unit tests in cross-Windows task
This commit is contained in:
parent
6b2d17b132
commit
fa7ea497c3
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user