From a9118d3eeb223707f0af068e6d4e7960adbc12e8 Mon Sep 17 00:00:00 2001 From: Leonid Evdokimov Date: Wed, 25 Sep 2024 14:55:30 +0300 Subject: [PATCH] ci: run full `make test` on linux + Clang build --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1a46519..b07369e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,7 @@ jobs: submodules: recursive - run: cmake ${{ matrix.CMAKE_ARGS }} . - run: make -j4 VERBOSE=1 - - if: ${{ ! contains(matrix.CMAKE_ARGS, 'CMAKE_BUILD_TYPE') }} - run: make -j4 test ARGS=-V - - if: ${{ contains(matrix.CMAKE_ARGS, 'CMAKE_BUILD_TYPE') }} - run: ./SMHasher --test=Sanity,Speed,Cyclic,Zeroes,Seed + - run: make -j4 test ARGS=-V aarch64: runs-on: ubuntu-latest steps: