andoriyu / cargo-suity

This tool helps you automate testing of you rust application on CI.
15 stars 3 forks source link

Support config flags on the command line #7

Open epage opened 5 years ago

epage commented 5 years ago

Use cases

andoriyu commented 5 years ago

My idea was you specify which "workflow" to run from the command line and workflows defined in the configuration file. Specifically, because I wanted an easy way to have multiple runs on CI without having 500 character line in my ci scripts.