Skip to content

feat: trade detail view with timeline, actions, and export (Issue #31) #79

feat: trade detail view with timeline, actions, and export (Issue #31)

feat: trade detail view with timeline, actions, and export (Issue #31) #79

Workflow file for this run

name: Rust CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: swatinem/rust-cache@v2
- name: Run cargo test
run: cargo test --verbose