Skip to content

Only return person ids for people that exist in the simulation so far #590

Only return person ids for people that exist in the simulation so far

Only return person ids for people that exist in the simulation so far #590

Workflow file for this run

name: Cargo Build & Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run examples
run: cargo test --examples