Files
blockbook/.github/workflows
etimofeeva c0aec22bfc ci: always filter to EVM-only coins in CI connectivity/integration tests
The Go test framework runs ALL coins listed in tests.json with
'connectivity' enabled, falling back to default config URLs when
env vars are absent. This exposed internal infrastructure (127.0.0.1
defaults and sldev.cz URLs) in CI logs.

Now both connectivity-tests and integration-tests always apply an
EVM-only coin filter (avalanche|bsc|arbitrum|base|ethereum|optimism|polygon)
unless a manual workflow_dispatch provides a custom coin_filter.

UTXO chains remain fully testable on the dev server.
2026-02-09 13:38:07 +01:00
..