Skip to content

Commit bcc2628

Browse files
committed
Add uvx test case to CI
1 parent 5bfabab commit bcc2628

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,10 @@ jobs:
203203
- name: "Smoke test"
204204
run: |
205205
uv="./target/debug/uv"
206+
uvx="./target/debug/uvx"
206207
$uv venv -v
207208
$uv pip install ruff -v
209+
$uvx -v ruff --version
208210
209211
- name: "Smoke test completion"
210212
run: |
@@ -248,8 +250,10 @@ jobs:
248250
- name: "Smoke test"
249251
run: |
250252
uv="./target/debug/uv"
253+
uvx="./target/debug/uvx"
251254
$uv venv -v
252255
$uv pip install ruff -v
256+
$uvx -v ruff --version
253257
254258
cargo-test-windows:
255259
timeout-minutes: 15
@@ -298,8 +302,10 @@ jobs:
298302
working-directory: ${{ env.UV_WORKSPACE }}
299303
run: |
300304
Set-Alias -Name uv -Value ./target/debug/uv
305+
Set-Alias -Name uvx -Value ./target/debug/uvx
301306
uv venv -v
302307
uv pip install ruff -v
308+
uvx -v ruff --version
303309
304310
- name: "Smoke test completion"
305311
working-directory: ${{ env.UV_WORKSPACE }}

0 commit comments

Comments
 (0)