Commit 25e4c79
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments