Skip to content

Update c-cpp.yml

Update c-cpp.yml #11

Workflow file for this run

name: mempool CI
on:
push:
branches: [ "main", "testing" ]
pull_request:
branches: [ "main", "testing" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: make
- name: test run
run: make test
- name: clean
run: make clean