Skip to content

O(n log n) kdtree construction #118

O(n log n) kdtree construction

O(n log n) kdtree construction #118

Workflow file for this run

name: build and test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 3 1 * *"
env:
CARGO_TERM_COLORS: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo build --verbose
- run: cargo test --verbose --workspace