From d577589c31c2681e7fa097a7024317d128fd210e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 12 Jul 2022 19:41:56 +0200 Subject: added abiTests to github --- .github/workflows/ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82ac2d1..f8c49d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,6 +222,21 @@ jobs: run: make V=1 -C tests versionsTest + lz4-abi: + name: LZ4 inter-versions ABI test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 # https://github.com/actions/checkout + + - name: apt-get install + run: | + sudo apt-get update + sudo apt-get install gcc-multilib + + - name: make -C tests abiTests + run: make V=1 -C tests abiTests + + lz4-frame: name: LZ4 frame test runs-on: ubuntu-latest -- cgit v0.12