uv
aca7be83 - Set `COLUMNS` in Linux CI workflow to prevent regressions (#11589)

Comment changes are shownComment changes are hidden
Commit
137 days ago
Set `COLUMNS` in Linux CI workflow to prevent regressions (#11589) ## Summary When tests are run downstream, the `COLUMNS` environment variable is used to force fixed output width and avoid test failures due to different terminal widths. However, this occasionally causes test regressions when other tests rely on different output width. Use the same `COLUMNS` value in CI to ensure consistent output and catch any regressions. ## Test Plan It wasn't, it's supposed to be tested by the CI :-). --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
Author
Parents
  • crates
    • uv-static/src
      • File
        env_vars.rs
    • uv/tests/it
      • common
        • File
          mod.rs
      • File
        tool_run.rs
  • docs/configuration
    • File
      environment.md