diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37a79c7cc..1cea66ca1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |