Skip to content

Commit

Permalink
feat: actually run test executable to check output
Browse files Browse the repository at this point in the history
  • Loading branch information
Svalorzen committed Mar 6, 2024
1 parent 3caa9c9 commit 721224f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:
working-directory: ${{ runner.workspace }}/GitHash/exampleProject/build
run: |
make -j2 VERBOSE=1
- name: Run
working-directory: ${{ runner.workspace }}/GitHash/exampleProject/build
run: |
./src/main

0 comments on commit 721224f

Please sign in to comment.