rust-teos
rust-teos copied to clipboard
modernize cln tests and CI
Replaces #255
I think in your PR tests ran slow because you were running them on an ancient pyln-testing version. Just to make sure i added VALGRIND=0 as that can cause huge slowdowns but i don't know when valgrind actually runs in these tests.
I also assume you don't want CI to run on anything else than commit to the master branch. While testing with a PR all CI ran both for the feature branch and the PR kinda weird.
Also developer: None is not needed with a modern pyln-testing version, as that is a default setting.