cmake.yml: fix error and run tests with ctest

This commit is contained in:
Juliusz Sosinowicz
2025-02-12 10:56:31 +01:00
committed by Daniel Pouzzner
parent 825ca22bd8
commit 7380ec68bb
4 changed files with 22 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ jobs:
-DCMAKE_C_FLAGS="-DWOLFSSL_DTLS_CH_FRAG" \
..
cmake --build .
ctest -j $(nproc)
cmake --install .
# Kyber Cmake broken