Disable checkout during FreeBSD tests (#9670)

To save on that disk space and speed!
This commit is contained in:
Zanie Blue 2024-12-06 08:28:08 -06:00 committed by GitHub
parent 400839c527
commit f7f300e608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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