Skip to content

Setup CI

Setup CI #1

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install -y valgrind
- run: make test
- run: valgrind --leak-check=full --error-exitcode=5 ./test