add run test file to yml file #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C Program Workflow | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
compile_and_run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run compiled program | |
run: ./build/address_book_tests |