Skip to content

Add pqrs::process::execute #67

Add pqrs::process::execute

Add pqrs::process::execute #67

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: example
run: make -C example
- name: tests
run: make -C tests