Update ci.yml

This commit is contained in:
Gabi Melman 2024-11-02 11:43:55 +02:00 committed by GitHub
parent d2914cda64
commit d330e7195e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}