rust-lightning/.github/workflows
Elias Rohrer 43bc78ce3d
Disallow skipping tx-sync tests in CI
Previously, we'd always skip tx-sync tests if the
`BITCOIND_EXE`/`ELECTRS_EXE` environment variables would be unset. While
this is especially fine for local testing, we still want to enforce
tests failing if somehow the `bitcoind`/`electrs` downloading or caching
in CI stops working. Here, we therefore add a `CI_ENV` variable that
indicates we're indeed running in CI, and only skip if it's unset.
2024-08-16 17:41:16 +02:00
..
audit.yml Have CI's cargo audit ignore RUSTSEC-2021-0125 2024-02-19 10:00:36 +01:00
build.yml Disallow skipping tx-sync tests in CI 2024-08-16 17:41:16 +02:00