Skip to content

Improve CI Pipeline: Add Tests & Lint Stages #32

@ananos

Description

@ananos

The current CI may only cover builds or basic checks. We need to extend it with test runs and linting.

Details

We should:

  • Ensure CI installs dependencies and runs pytest.
  • Polish lint checks (flake8, black --check, isort --check).
  • Fail the PR if any step fails.
  • Consider caching pip dependencies for faster builds.

This strengthens CI process and prevents broken merges.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions