Skip to content

Commit

Permalink
Fix test step
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed May 10, 2024
1 parent 34f7c07 commit c571cb8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Install
run: ninja -C build install

- name: Run tests
working-directory: ./build/test
run: ./TactileTests
- name: Run core tests
working-directory: ./build/debug
shell: cmd
run: ./tactile-core-test
7 changes: 4 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
- name: Install
run: ninja -C build install

- name: Run tests
working-directory: ./build/test
run: ./TactileTests
- name: Run core tests
working-directory: ./build/debug
shell: cmd
run: ./tactile-core-test
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install
run: ninja -C build install

- name: Run tests
working-directory: ./build/test
- name: Run core tests
working-directory: ./build/debug
shell: cmd
run: TactileTests.exe
run: tactile-core-test.exe

0 comments on commit c571cb8

Please sign in to comment.