Skip to content

Commit

Permalink
Add uvx test case to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 21, 2025
1 parent 5bfabab commit bcc2628
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,10 @@ jobs:
- name: "Smoke test"
run: |
uv="./target/debug/uv"
uvx="./target/debug/uvx"
$uv venv -v
$uv pip install ruff -v
$uvx -v ruff --version
- name: "Smoke test completion"
run: |
Expand Down Expand Up @@ -248,8 +250,10 @@ jobs:
- name: "Smoke test"
run: |
uv="./target/debug/uv"
uvx="./target/debug/uvx"
$uv venv -v
$uv pip install ruff -v
$uvx -v ruff --version
cargo-test-windows:
timeout-minutes: 15
Expand Down Expand Up @@ -298,8 +302,10 @@ jobs:
working-directory: ${{ env.UV_WORKSPACE }}
run: |
Set-Alias -Name uv -Value ./target/debug/uv
Set-Alias -Name uvx -Value ./target/debug/uvx
uv venv -v
uv pip install ruff -v
uvx -v ruff --version
- name: "Smoke test completion"
working-directory: ${{ env.UV_WORKSPACE }}
Expand Down

0 comments on commit bcc2628

Please sign in to comment.