mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update ci.yml
This commit is contained in:
parent
9c0c5a1fb2
commit
3bb16c048c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -142,5 +142,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build/tests --build-run-dir build/${{ matrix.config.BUILD_TYPE }} --no-tests=error
|
run: |
|
||||||
|
cd build/${{ matrix.config.BUILD_TYPE }}
|
||||||
|
ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir ../tests --no-tests=error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user