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