From d2914cda64803fa2c1201432b73e3447e12e1d2d Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 11:26:04 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index beb6d845..82deb9f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,6 +140,11 @@ jobs: cd build cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }} - - name: Run tests - shell: pwsh - run: ctest --test-dir build -C Release --output-on-failure --verbose + - name: Test Project + uses: threeal/ctest-action@v1.1.0 + with: + build-config: ${{ matrix.config.BUILD_TYPE }} + + # - name: Run tests + # shell: pwsh + # run: ctest --test-dir build/tests -C Release --output-on-failure --verbose