Update ci.yml
This commit is contained in:
parent
286384b28b
commit
d2914cda64
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -140,6 +140,11 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }}
|
cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }}
|
||||||
|
|
||||||
- name: Run tests
|
- name: Test Project
|
||||||
shell: pwsh
|
uses: threeal/ctest-action@v1.1.0
|
||||||
run: ctest --test-dir build -C Release --output-on-failure --verbose
|
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