Update ci.yml
This commit is contained in:
parent
3bb16c048c
commit
40d6bdb2e3
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -143,6 +143,8 @@ jobs:
|
|||||||
- name: Tests
|
- name: Tests
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
cd build/${{ matrix.config.BUILD_TYPE }}
|
$DLL_PATH = Join-Path -Path (Get-Location) -ChildPath "build/Release"
|
||||||
ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir ../tests --no-tests=error
|
$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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user