Skip to content

Commit 25e4c79

Browse files
committed
ci: build test_dgb_subsidy in both Linux test jobs (fix master-red NOT_BUILT)
test_dgb_subsidy is registered in test/CMakeLists.txt via gtest_discover_tests but was never added to the explicit --target allowlist in the build.yml Build tests / Build c2pool+tests steps, so the executable is absent at ctest time and CTest registers the test_dgb_subsidy_NOT_BUILT sentinel -> Run tests fails (exit 8) on both the Linux x86_64 and Linux x86_64 (AsAN+UBSan) jobs. This has left master CI red since #137 landed the test. Add the target to both allowlists. Target builds clean and the 2 subsidy oracle tests pass.
1 parent 3e8ba8e commit 25e4c79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
test_phase4_embedded \
6868
test_mweb_builder \
6969
test_address_resolution test_compute_share_target \
70-
test_utxo \
70+
test_utxo test_dgb_subsidy \
7171
v37_test \
7272
-j$(nproc)
7373
@@ -193,7 +193,7 @@ jobs:
193193
test_phase4_embedded \
194194
test_mweb_builder \
195195
test_address_resolution test_compute_share_target \
196-
test_utxo \
196+
test_utxo test_dgb_subsidy \
197197
test_coin_broadcaster test_multiaddress_pplns test_pplns_stress \
198198
v37_test \
199199
-j$(nproc)

0 commit comments

Comments
 (0)