Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi asset Simulations #22

Merged
merged 11 commits into from
Apr 15, 2024
4 changes: 3 additions & 1 deletion .github/workflows/pre_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Random stepped example
- name: Random discrete-event example
run: cargo run --example random_agents
- name: Order book example
run: cargo run --example order_book
- name: Multi-asset example
run: cargo run --example multi_asset
- name: Build docs 📚
run: cargo doc --no-deps

Expand Down
Loading