singnet / das

1 stars 0 forks source link

Separate Tests and Lint into Individual jobs on pipeline #59

Closed levisingularity closed 2 months ago

levisingularity commented 3 months ago

Currently, we have a single job in the pipeline that executes the pre-commit command, running lint, unit tests, coverage, and integration tests. To improve visualization and problem identification, we need to separate each of these actions into different jobs in the pipeline. This will allow for more organized execution and make it easier to detect specific failures at each stage.