You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I think it would be useful (especially in the long run) to have continious integration pipelines set up, to check that basic functionality builds, tests unit (and possibly other types of tests in the future) pass, linters are satisfied.
This should prevent obviously broken code to land into main/dev branches, and improve review process.
Describe the solution you'd like
Maybe look into how other Rust projects are doing it and try to come up with someting similar.
It doesn't need to be "state of the art", simple working solution would suffice for now (and can be replaced in the future with something else, once more requirements are available for CI).
Additional context
Discussed this briefly with @FloppyDisck, and will be looking into it soon.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I think it would be useful (especially in the long run) to have continious integration pipelines set up, to check that basic functionality builds, tests unit (and possibly other types of tests in the future) pass, linters are satisfied.
This should prevent obviously broken code to land into
main
/dev
branches, and improve review process.Describe the solution you'd like
Maybe look into how other Rust projects are doing it and try to come up with someting similar.
It doesn't need to be "state of the art", simple working solution would suffice for now (and can be replaced in the future with something else, once more requirements are available for CI).
Additional context
Discussed this briefly with @FloppyDisck, and will be looking into it soon.
The text was updated successfully, but these errors were encountered: