Update ci.yml

pull/3239/head
Gabi Melman 10 months ago committed by GitHub
parent 6644ccb739
commit cb16893df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save