Doc that `Record::node_id` may be missing even with `channel_id`
[rust-lightning] / ci / ci-tests.sh
index 00fc54774d3fdf59762f9738a06d077311ac05ff..2db32a1081c2c07d5a4f7e30c03e40ce79fbe9ff 100755 (executable)
@@ -68,6 +68,8 @@ if [[ $RUSTC_MINOR_VERSION -gt 67 && "$HOST_PLATFORM" != *windows* ]]; then
        cargo check --verbose --color always --features esplora-async
        cargo test --verbose --color always --features esplora-async-https
        cargo check --verbose --color always --features esplora-async-https
+       cargo test --verbose --color always --features electrum
+       cargo check --verbose --color always --features electrum
        popd
 fi