Update ci.yml

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

@ -147,11 +147,11 @@ jobs:
$dllDestPath = "build/tests" $dllDestPath = "build/tests"
Copy-Item -Path "$dllSourcePath\*.dll" -Destination $dllDestPath -Force Copy-Item -Path "$dllSourcePath\*.dll" -Destination $dllDestPath -Force
- name: Run Tests0
run: ctest --test-dir build -C Release --output-on-failure --verbose
- name: Tests - name: Tests
shell: pwsh shell: pwsh
env:
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
run: | run: |
ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build --no-tests=error --build-config Release ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build/tests --no-tests=error --build-config Release

Loading…
Cancel
Save