Creating the CI file

This commit is contained in:
2022-10-20 09:42:52 +11:00
committed by GitHub
parent 1baa65cc95
commit 876aad853c

17
.github/workflows/c-cpp.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Running Comprehensive Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: make test