Skip to content

test: Fix type of User_equal #27

test: Fix type of User_equal

test: Fix type of User_equal #27

Workflow file for this run

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