Update ci.yml
This commit is contained in:
parent
3a8940fa8f
commit
e2b70b650d
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -147,6 +147,9 @@ 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
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user