Skip to content

This change fixes the history pruning treatment of a slash #4

This change fixes the history pruning treatment of a slash

This change fixes the history pruning treatment of a slash #4

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test_matrix:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: make
- run: make check
# run: run-test-bestline (disabled, needs work)