From 2cf5ae5b5b279b0b2e69ca4724e7bd705865fe68 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Tue, 25 Apr 2023 20:06:15 +0800 Subject: CI: Adds a build and test for small configuration. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 823f543..397a48d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,6 +114,11 @@ jobs: - name: Test without crc64 check run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -c crc32,sha256 -d shared,nls -p test -n no_crc64 + - name: Build small + run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d small -p build + - name: Test small + run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d small -p test -n small + # Attempt to upload the test logs as artifacts if any step has failed - uses: actions/upload-artifact@v3 if: ${{ failure() }} -- cgit v1.2.1