Update ci.yml
This commit is contained in:
parent
cb16893df9
commit
928c0caf29
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -138,10 +138,10 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
cmake --build . --config ${{ matrix.config.BUILD_TYPE }}
|
cmake --build --parallel . --config ${{ matrix.config.BUILD_TYPE }}
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
run: ctest --C ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose
|
ctest --C ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user