Skip to content

Commit

Permalink
Make CI jobs run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Oct 28, 2023
1 parent 0b1876c commit f227f81
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ jobs:
- name: Run TMJ format unit tests
working-directory: ./build/debug
run: ./tactile-tmj-format-test

- name: Run integration tests
working-directory: ./build/debug
run: ./tactile-integration-test
6 changes: 5 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ jobs:

- name: Run TMJ format unit tests
working-directory: ./build/debug
run: ./tactile-tmj-format-test
run: ./tactile-tmj-format-test

- name: Run integration tests
working-directory: ./build/debug
run: ./tactile-integration-test
6 changes: 5 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ jobs:

- name: Run TMJ format unit tests
working-directory: ./build/debug
run: .\tactile-tmj-format-test.exe
run: .\tactile-tmj-format-test.exe

- name: Run integration tests
working-directory: ./build/debug
run: .\tactile-integration-test.exe

0 comments on commit f227f81

Please sign in to comment.