Files
Toy/.github/workflows/c-cpp.yml
2022-10-20 09:42:52 +11:00

18 lines
244 B
YAML

name: Running Comprehensive Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: make test