Update ci.yml
This commit is contained in:
parent
3a8940fa8f
commit
e2b70b650d
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -146,7 +146,10 @@ jobs:
|
||||
$dllSourcePath = "build/${{ matrix.config.BUILD_TYPE }}"
|
||||
$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…
Reference in New Issue
Block a user