Skip to content

Merge pull request #28 from tansy/make-lib #51

Merge pull request #28 from tansy/make-lib

Merge pull request #28 from tansy/make-lib #51

Workflow file for this run

name: C/C++ CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: programs
run: cd programs && make && make tests