Skip to content

Conversation

@LeonardoIshida
Copy link
Collaborator

Description

This PR updates the existing .github/workflows/ci-test.yml to follow uv best practices for CI.

Changes

  1. Enabled Caching: Added enable-cache: true to the setup step. This prevents the runner from re-downloading all Python packages on every single PR, which should reduce runtime.
  2. Strict Syncing: Replaced the implicit environment creation with uv sync --all-extras --dev. This guarantees the tests run against the exact versions defined in uv.lock.
  3. Name Improvement: Renamed the job identifier from black to tests so the status check accurately describes what is running.

Closes #513

Copy link
Collaborator

@DeguShi DeguShi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@matheusmpff matheusmpff merged commit 714b0bf into fossguild:dev Dec 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] Optimize CI workflow speed and reliability

3 participants