Skip to content

Lazy Vietoris-Rips which is sorted by construction. Worth writing up??? #111

Lazy Vietoris-Rips which is sorted by construction. Worth writing up???

Lazy Vietoris-Rips which is sorted by construction. Worth writing up??? #111

Workflow file for this run

name: Test
on:
push:
branches:
- scala
pull_request:
branches:
- scala
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: sbt clean test
- name: Binary Compatibility Checks
run: sbt mimaReportBinaryIssues