Skip to content

Release 1.4.0

Release 1.4.0 #4

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