Update ci.yml

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

@ -147,6 +147,9 @@ jobs:
$dllDestPath = "build/tests"
Copy-Item -Path "$dllSourcePath\*.dll" -Destination $dllDestPath -Force
- name: Run Tests0
run: ctest --test-dir build -C Release --output-on-failure --verbose
- name: Tests
shell: pwsh
run: |

Loading…
Cancel
Save