Skip to content

bugfix: Fix progress bar UI synchronization and resource cleanup #103

bugfix: Fix progress bar UI synchronization and resource cleanup

bugfix: Fix progress bar UI synchronization and resource cleanup #103

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --all -- --check
- run: cargo clippy --workspace --all-targets -- -D warnings
- run: cargo test --workspace