diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82deb9f1..97bca837 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,12 +139,6 @@ jobs: run: | cd build cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }} - - - 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 + + - name: Tests + run: ctest -C Release -VV --build-run-dir build/${{ matrix.config.BUILD_TYPE }}