Skip to content

Use ArrayVec in KdNodeIter #108

Use ArrayVec in KdNodeIter

Use ArrayVec in KdNodeIter #108

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