mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Disable checkout during FreeBSD tests (#9670)
To save on that disk space and speed!
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -602,9 +602,10 @@ jobs:
|
||||
cross build --target x86_64-unknown-freebsd
|
||||
|
||||
- name: Test in Firecracker VM
|
||||
uses: acj/freebsd-firecracker-action@v0.2.0
|
||||
uses: acj/freebsd-firecracker-action@v0.3.0
|
||||
with:
|
||||
verbose: false
|
||||
checkout: false
|
||||
pre-run: |
|
||||
# The exclude `*` prevents examination of directories so we need to
|
||||
# include each parent directory of the binary
|
||||
|
||||
Reference in New Issue
Block a user