uv/crates/uv-static
Michał Górny aca7be8378
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>
2025-02-18 16:38:28 +00:00
..
src Set `COLUMNS` in Linux CI workflow to prevent regressions (#11589) 2025-02-18 16:38:28 +00:00
Cargo.toml Generate environment variables doc from code (#8493) 2024-11-03 08:31:38 -06:00