Update ci.yml

pull/3239/head
Gabi Melman 10 months ago committed by GitHub
parent cb16893df9
commit 928c0caf29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save