Skip to content

Commit b901db7

Browse files
use native tests in github actions
1 parent 1ddc0aa commit b901db7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/job-test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- name: Run Tests
3232
env:
3333
LD_LIBRARY_PATH: ${{github.workspace}}/lib
34-
run: .\Scripts\RunTests.ps1 -Configurations ${{ inputs.configuration }}
34+
run: ./tests/ZEngineTests
3535
shell: pwsh

.github/workflows/job-test-macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- name: Run Tests
3232
env:
3333
DYLD_LIBRARY_PATH: ${{github.workspace}}/lib
34-
run: .\Scripts\RunTests.ps1 -Configurations ${{ inputs.configuration }}
34+
run: ./tests/ZEngineTests
3535
shell: pwsh

.github/workflows/job-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424

2525
- name: Run Tests
2626
shell: pwsh
27-
run: .\Scripts\RunTests.ps1 -Configurations ${{ inputs.configuration }}
27+
run: ./tests/ZEngineTests.exe

0 commit comments

Comments
 (0)