Skip to content

[fix] nj negative branch len distance saving order #123

[fix] nj negative branch len distance saving order

[fix] nj negative branch len distance saving order #123

Workflow file for this run

name: test
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update; sudo apt-get install libcurl4-openssl-dev
- name: make
run: make
- name: make test
run: make test