rust-teos icon indicating copy to clipboard operation
rust-teos copied to clipboard

modernize cln tests and CI

Open daywalker90 opened this issue 1 year ago • 1 comments

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.

daywalker90 avatar Jun 08 '24 10:06 daywalker90