mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
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: |
|
||||
cd build
|
||||
cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }}
|
||||
|
||||
- name: Test Project
|
||||
uses: threeal/ctest-action@v1.1.0
|
||||
with:
|
||||
build-config: ${{ matrix.config.BUILD_TYPE }}
|
||||
|
||||
# - name: Run tests
|
||||
# shell: pwsh
|
||||
# run: ctest --test-dir build/tests -C Release --output-on-failure --verbose
|
||||
|
||||
- name: Tests
|
||||
run: ctest -C Release -VV --build-run-dir build/${{ matrix.config.BUILD_TYPE }}
|
||||
|
Loading…
Reference in New Issue
Block a user