Update ci.yml

This commit is contained in:
Gabi Melman 2024-11-02 12:13:27 +02:00 committed by GitHub
parent 9c0c5a1fb2
commit 3bb16c048c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,5 +142,7 @@ jobs:
- name: Tests
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