Skip to content

Finished action for running tests #3

Finished action for running tests

Finished action for running tests #3

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