Skip to content

Commit

Permalink
Enabled Testbed in CIS build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBanana committed Aug 2, 2023
1 parent ffd25a5 commit 4d3939a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Testbed
working-directory: tests/Testbed
run: ${{github.workspace}}/build/Testbed -v -f

4 changes: 4 additions & 0 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Testbed
working-directory: tests/Testbed
run: ${{github.workspace}}/build/Testbed.app/Contents/MacOS/Testbed -v -f

0 comments on commit 4d3939a

Please sign in to comment.