Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure DEFAULT_TARGETS includes rust testing examples.
Otherwise tests fail: ``` def test_plugin_start(node_factory): """Start a minimal plugin and ensure it is well-behaved """ bin_path = Path.cwd() / "target" / "debug" / "examples" / "cln-plugin-startup" > l1 = node_factory.get_node(options={"plugin": str(bin_path), 'test-option': 31337}) ... error starting plugin '/home/runner/work/lightning/lightning/target/debug/examples/cln-plugin-startup': opening pipe: No such file or directory ``` Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information