From 0fc77a43c00502a3a1d4a688f9f5031e5f919c93 Mon Sep 17 00:00:00 2001 From: H5JKey <115498581+H5JKey@users.noreply.github.com> Date: Fri, 1 Aug 2025 18:07:45 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 7cbaf60..42bea68 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: make - run: mkdir build && cd build && cmake .. && make + run: mkdir build && cd build && cmake .. -G "Unix Makefiles" && make - name: make test - run: cd build && make && make test + run: cd build && make && ctest --timeout 900