carg-parse/.github/workflows/c.yml
AUnicornWithNoLife e31a2fff3b r
2023-05-11 21:54:43 +01:00

18 lines
225 B
YAML

name: C/C++ CI
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