Skip to content

Commit

Permalink
feat: add a run the application step to the test-for-ubuntu workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SMASTER4 committed Aug 17, 2024
1 parent 9e68e51 commit e89b5b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-for-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Run
run: ./smaster4s-timer

0 comments on commit e89b5b6

Please sign in to comment.