Update ci.yml

This commit is contained in:
Recep Aslantas
2025-01-23 12:49:52 +03:00
parent ae1b9a3982
commit 5672370e31

View File

@@ -248,7 +248,7 @@ jobs:
if: runner.os == 'Windows' if: runner.os == 'Windows'
shell: pwsh shell: pwsh
working-directory: build working-directory: build
run: .\tests.exe run: .\Debug\tests.exe
- name: Test (Unix) - name: Test (Unix)
if: runner.os != 'Windows' if: runner.os != 'Windows'