Skip to content

use const on binn_iter_init #9

use const on binn_iter_init

use const on binn_iter_init #9

name: Build and Test
on:
workflow_dispatch:
push:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make
- name: Install
run: sudo make install
- name: Test
run: make test