run mscp -h last on ci build

This commit is contained in:
Ryo Nakamura
2022-11-13 17:57:50 +09:00
parent 8719b35694
commit 613961b71d
2 changed files with 4 additions and 0 deletions

View File

@@ -36,3 +36,5 @@ jobs:
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Run
run: ${{github.workspace}}/build/mscp -h

View File

@@ -31,3 +31,5 @@ jobs:
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Run
run: ${{github.workspace}}/build/mscp -h