Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jul 16, 2024
1 parent 58ffeb3 commit a6ee074
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Prepare test file
run: |
cat-once --file test.file --test-create-ascii-file-size=1000000000
sha1sum test.file
tar -cf - test.file | zstd -c > test.tar.zstd
- name: Mount tmpfs
Expand All @@ -29,3 +30,5 @@ jobs:
cp test.tar.zstd tmp
cd tmp
cat-once --file test.tar.zstd --safety-time 1 > test2.tar.zstd
cat-once --file test2.tar.zstd --safety-time 1 | tar -I zstd -xf - -C .
sha1sum test.file

0 comments on commit a6ee074

Please sign in to comment.