Skip to content

Commit ba7c320

Browse files
committed
test-large-files: generate less files to fit into GHA limits
1 parent bed491b commit ba7c320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htar/test-large-files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cabal build htar
77
HTAR=$(cabal list-bin htar)
88
cd "$(mktemp -d)"
99
mkdir input
10-
for i in $(seq 0 4); do
10+
for i in $(seq 0 3); do
1111
dd if=/dev/zero of="input/$i.txt" bs=1M count=2048
1212
done;
1313
$HTAR --create --verbose --file input.tar.gz input +RTS -s -M50M

0 commit comments

Comments
 (0)