Skip to content

Commit

Permalink
[ci] run test
Browse files Browse the repository at this point in the history
  • Loading branch information
momentarylapse committed Sep 20, 2024
1 parent 27afd51 commit b031c86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

- name: Test
run: |
cd ${{ github.workspace }}
${{ steps.strings.outputs.build-output-exe }} test run
# - name: Build AppImage
# uses: AppImageCrafters/build-appimage@master
# with:
Expand Down

0 comments on commit b031c86

Please sign in to comment.