Skip to content

Finalized testing action #2

Finalized testing action

Finalized testing action #2

Workflow file for this run

name: C/C++ CI
on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and run cpp tests
run: make test