Update ci.yml

pull/3239/head
Gabi Melman 1 year ago committed by GitHub
parent 9c0c5a1fb2
commit 3bb16c048c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save