Update ci.yml

This commit is contained in:
Recep Aslantas
2025-01-23 12:44:04 +03:00
parent a18d9c28e7
commit ae1b9a3982

View File

@@ -244,7 +244,15 @@ jobs:
- name: Build
run: cmake --build build
- name: Test
- name: Test (Windows)
if: runner.os == 'Windows'
shell: pwsh
working-directory: build
run: .\tests.exe
- name: Test (Unix)
if: runner.os != 'Windows'
shell: bash
working-directory: build
run: ./tests