Don't run tests since we didn't build them

pull/4066/head
Isaac Connor 2024-06-02 12:51:24 -04:00
parent 877ce522ef
commit 3e12e32d06
1 changed files with 2 additions and 2 deletions

View File

@ -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]"