Skip to content

Fix Function prototypes #30

Fix Function prototypes

Fix Function prototypes #30

Workflow file for this run

name: Run all Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install valgrind
run: |
sudo apt-get update
sudo apt-get install valgrind
- name: CC
run: cc --version
- name: make
run: make
- name: make check
run: make check
- name: make memcheck
run: make memcheck