Skip to content

Add xz and zstd compression support with test fixtures and recovery c… #84

Add xz and zstd compression support with test fixtures and recovery c…

Add xz and zstd compression support with test fixtures and recovery c… #84

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install test dependencies
run: |
sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends \
xz-utils pixz zstd parallel pv python3 pbzip2 pigz p7zip-full unrar rar
sudo rm -rf /var/lib/apt/lists/*
- name: Run tests
run: tests/run.sh