Update ci.yml

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

View File

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