From 86fa6895fd60d5d022ab4b8ae7e6070b5f3301a1 Mon Sep 17 00:00:00 2001 From: frstrtr Date: Wed, 10 Jun 2026 15:51:01 +0000 Subject: [PATCH] ci(coin-matrix): add dgb and bch smoke jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Extends the smoke matrix to all five release coins. Both cells are presence-gated (src/c2pool/main_.cpp + src/impl/) so they no-op on every ref until dgb (#70 ICoinNode) and bch (M3) land their entrypoint splits, then activate automatically with no further YAML change — giving both coins CI coverage ahead of the release matrix. --- .github/workflows/coin-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coin-matrix.yml b/.github/workflows/coin-matrix.yml index 8dcb3c944..ce3213609 100644 --- a/.github/workflows/coin-matrix.yml +++ b/.github/workflows/coin-matrix.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - coin: [ltc, doge, dash, btc] + coin: [ltc, doge, dash, btc, dgb, bch] steps: - uses: actions/checkout@v6