mirror of https://github.com/astral-sh/uv
Show verbose logs during smoke test (#7984)
This commit is contained in:
parent
a3e21d61e3
commit
0176b6f0bb
|
|
@ -192,8 +192,8 @@ jobs:
|
||||||
- name: "Smoke test"
|
- name: "Smoke test"
|
||||||
run: |
|
run: |
|
||||||
uv="./target/debug/uv"
|
uv="./target/debug/uv"
|
||||||
$uv venv
|
$uv venv -v
|
||||||
$uv pip install ruff
|
$uv pip install ruff -v
|
||||||
|
|
||||||
- name: "Smoke test completion"
|
- name: "Smoke test completion"
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -238,8 +238,8 @@ jobs:
|
||||||
- name: "Smoke test"
|
- name: "Smoke test"
|
||||||
run: |
|
run: |
|
||||||
uv="./target/debug/uv"
|
uv="./target/debug/uv"
|
||||||
$uv venv
|
$uv venv -v
|
||||||
$uv pip install ruff
|
$uv pip install ruff -v
|
||||||
|
|
||||||
cargo-test-windows:
|
cargo-test-windows:
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|
@ -296,8 +296,8 @@ jobs:
|
||||||
UV_STACK_SIZE: 2000000 # 2 megabyte, double the default on windows
|
UV_STACK_SIZE: 2000000 # 2 megabyte, double the default on windows
|
||||||
run: |
|
run: |
|
||||||
Set-Alias -Name uv -Value ./target/debug/uv
|
Set-Alias -Name uv -Value ./target/debug/uv
|
||||||
uv venv
|
uv venv -v
|
||||||
uv pip install ruff
|
uv pip install ruff -v
|
||||||
|
|
||||||
- name: "Smoke test completion"
|
- name: "Smoke test completion"
|
||||||
working-directory: ${{ env.UV_WORKSPACE }}
|
working-directory: ${{ env.UV_WORKSPACE }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue