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

Create scripts to run local checks

Open jbesraa opened this issue 2 years ago • 4 comments

currently its a bit of work to run all of the tests localy(integartion, v2 and other features), it would be nice to have a single script, maybe 'ci-test' that we can run locally before pushing code, and we can use the same script in ci

jbesraa avatar Dec 18 '23 14:12 jbesraa

agree, this is a high leverage housekeeping issue especially since some of our dev-deps aren't msrv at the moment.

DanGould avatar Dec 18 '23 18:12 DanGould

Changed title since we'd found it'd also be nice to have a script to check each commit builds

DanGould avatar Dec 27 '23 21:12 DanGould

For the time being I tested that running act runs the tests as they would in CI from the yaml files

DanGould avatar Dec 28 '23 20:12 DanGould

Seems like just recipes are also a great option here that related projects are already making good use of

DanGould avatar Apr 06 '24 15:04 DanGould