Daniel-Boll / axum-js

A Axum http wrapper for NodeJS
MIT License
5 stars 3 forks source link

Separate Tests and CI into Different Workflows #8

Closed Daniel-Boll closed 1 year ago

Daniel-Boll commented 1 year ago

To improve the organization and manageability of our automation processes, it's proposed to separate tests and Continuous Integration (CI) into distinct workflows. Currently, they are intertwined, making it hard to isolate issues and manage them independently. This separation will allow for more precise control and easier troubleshooting of each process.

Acceptance Criteria:

Additional Context:

Separating tests and CI into different workflows will not only improve the organization but also the clarity and manageability of our automation processes, making it easier to maintain and troubleshoot the project.