Update ci.yml
This commit is contained in:
parent
6644ccb739
commit
cb16893df9
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -116,7 +116,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: CMake
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -143,4 +143,5 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
|
cd build
|
||||||
|
run: ctest --C ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user