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:
Zanie Blue 2024-08-08 10:37:24 -05:00 committed by GitHub
parent cb62440aea
commit e9dd4876b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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