Skip to content

Updated trait bounds for node attributes, added skeleton for parallel… #4

Updated trait bounds for node attributes, added skeleton for parallel…

Updated trait bounds for node attributes, added skeleton for parallel… #4

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Lint, build, test, and build benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo clippy --all-targets --all-features
- run: cargo build
- run: cargo test
- run: cargo bench --no-run