Improve running CMake in CI

This commit is contained in:
Oliver Hamlet
2025-01-29 18:38:32 +00:00
parent 08639a1e8f
commit 000c9971c2
+2 -2
View File
@@ -89,6 +89,6 @@ jobs:
- name: Build and run C++ tests - name: Build and run C++ tests
shell: bash shell: bash
run: | run: |
cmake cmake -B ffi/build ffi cmake -B ffi/build ffi
cmake --build ffi/build cmake --build ffi/build
ctest --test-dir ffi/build ctest --test-dir ffi/build --output-on-failure