Skip to content

Score plot, plot cleanup, weighted index selection #240

Score plot, plot cleanup, weighted index selection

Score plot, plot cleanup, weighted index selection #240

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
branches: [ "main" ]
jobs:
build:
name: "sa-pap"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build Project
run: cargo build
- name: Test Project
run: make long-test