Skip to content

Implement flow algorithm #11

Implement flow algorithm

Implement flow algorithm #11

Workflow file for this run

name: test_rs
on:
pull_request:
branches: ["master"]
workflow_dispatch:
permissions:
contents: read
jobs:
cargo_test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
with:
python-version: 3.8
- uses: actions/checkout@v4
# Necessary for nektos/act
# - uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Run Rust tests
run: |
cargo test