Update ci.yml

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

View File

@ -143,6 +143,8 @@ jobs:
- name: Tests
shell: pwsh
run: |
cd build/${{ matrix.config.BUILD_TYPE }}
ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir ../tests --no-tests=error
$DLL_PATH = Join-Path -Path (Get-Location) -ChildPath "build/Release"
$env:Path += ';' + $env:DLL_PATH
echo "Path=$env:Path" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build/tests --no-tests=error