Skip to content

map: fix memory leak #7

map: fix memory leak

map: fix memory leak #7

Workflow file for this run

name: checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: make test