diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e6a9f911..6e6d8ab99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -712,6 +712,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + sparse-checkout: | + /* + !test/fuzz-libghostty/corpus/vt-parser-cmin + !test/fuzz-libghostty/corpus/vt-parser-min # This could be from a script if we wanted to but inlining here for now # in one place.