From e2b70b650dbee5aaa56fbdd005241a1c8a3a76c4 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 12:51:33 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37a79c7c..1cea66ca 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: |