Skip to content

Fixed ArcListGraph

Fixed ArcListGraph #59

Workflow file for this run

name: Test LLP pipeline
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
RUST_MIN_STACK: 67108864 # 64MiB
jobs:
llp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run LLP test on CNR2000
run: cargo test test_llp_pipeline --all-features