mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-24 05:35:04 +00:00
Skip git tests on Windows (#5891)
Might be pushing it on test coverage, but these are some of our slowest tests we might get a significant speedup here. Part of #5713
This commit is contained in:
parent
cb62440aea
commit
e9dd4876b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -283,7 +283,7 @@ jobs:
|
|||
CARGO_HOME: ${{ env.DEV_DRIVE }}/.cargo
|
||||
RUSTUP_HOME: ${{ env.DEV_DRIVE }}/.rustup
|
||||
run: |
|
||||
cargo nextest run --no-default-features --features python,pypi,git --workspace --status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow
|
||||
cargo nextest run --no-default-features --features python,pypi --workspace --status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow
|
||||
|
||||
- name: "Smoke test"
|
||||
working-directory: ${{ env.DEV_DRIVE }}/uv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue