Skip to content

Commit e8f541d

Browse files
committed
add gunit tests to github action
1 parent 2bd330f commit e8f541d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
build_config: ['Release']
33+
build_config: ['Debug','Release']
3434
defaults:
3535
run:
3636
shell: bash
@@ -56,7 +56,6 @@ jobs:
5656
working-directory: source/build
5757
- run: cmake --build . --config ${{ matrix.build_config }}
5858
working-directory: source/build
59-
- run: ls -R /home/runner/
6059
- run: /home/runner/work/vkvg/vkvg/source/build/gunit_tests/unit_tests
6160
mac_jorb:
6261
runs-on: macos-latest

0 commit comments

Comments
 (0)