Added test runner

This commit is contained in:
2022-11-26 16:31:21 +00:00
parent a66ef1abae
commit fa1aae6364

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

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