Update ci.yml
This commit is contained in:
parent
d2914cda64
commit
d330e7195e
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -139,12 +139,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }}
|
cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }}
|
||||||
|
|
||||||
- name: Test Project
|
- name: Tests
|
||||||
uses: threeal/ctest-action@v1.1.0
|
run: ctest -C Release -VV --build-run-dir build/${{ matrix.config.BUILD_TYPE }}
|
||||||
with:
|
|
||||||
build-config: ${{ matrix.config.BUILD_TYPE }}
|
|
||||||
|
|
||||||
# - name: Run tests
|
|
||||||
# shell: pwsh
|
|
||||||
# run: ctest --test-dir build/tests -C Release --output-on-failure --verbose
|
|
||||||
|
Loading…
Reference in New Issue
Block a user