diff --git a/.github/workflows/ci-centos-8.yml b/.github/workflows/ci-centos-8.yml index 4de5b38a6..7018e3f3c 100644 --- a/.github/workflows/ci-centos-8.yml +++ b/.github/workflows/ci-centos-8.yml @@ -40,5 +40,5 @@ jobs: run: cd build && cmake --version && cmake .. -DBUILD_MAN=0 -DBUILD_TEST_SUITE=0 -DENABLE_WERROR=1 -DZM_CRYPTO_BACKEND=${{ matrix.crypto_backend }} -DZM_JWT_BACKEND=${{ matrix.jwt_backend }} - name: Build run: cd build && make -j3 | grep --line-buffered -Ev '^(cp lib\/|Installing.+\.pm)' && (exit ${PIPESTATUS[0]}) - - name: Run tests - run: cd build/tests && ./tests "~[notCI]" + #- name: Run tests + #run: cd build/tests && ./tests "~[notCI]"