Don't run tests since we didn't build them
parent
877ce522ef
commit
3e12e32d06
|
@ -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]"
|
||||
|
|
Loading…
Reference in New Issue