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 7ce131b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
BUILD_TYPE: Debug

jobs:
build:
build_linux:
runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
BUILD_TYPE: Debug

jobs:
build:
build_macos:
runs-on: macos-latest

steps:
Expand All @@ -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/build/Testbed.app/Contents/MacOS/Testbed -v -f

0 comments on commit 7ce131b

Please sign in to comment.