Skip to content

fix: release table_entry with the move operator and add default constructor for table_entry #55

fix: release table_entry with the move operator and add default constructor for table_entry

fix: release table_entry with the move operator and add default constructor for table_entry #55

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: make -j4