Update ci.yml

This commit is contained in:
Gabi Melman 2024-11-02 10:59:42 +02:00 committed by GitHub
parent cb16893df9
commit 928c0caf29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,10 +138,10 @@ jobs:
shell: pwsh
run: |
cd build
cmake --build . --config ${{ matrix.config.BUILD_TYPE }}
cmake --build --parallel . --config ${{ matrix.config.BUILD_TYPE }}
- name: Run tests
shell: pwsh
run: |
cd build
run: ctest --C ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose
ctest --C ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose