Skip to content

feat: replace hatch with poetry #2

feat: replace hatch with poetry

feat: replace hatch with poetry #2

name: Rust Code QA CI
on: push
jobs:
rust-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build and run tests
run: |
pushd rust/remotivelabs-broker
cargo test
popd
- name: Check format
run: |
pushd rust/remotivelabs-broker
cargo fmt --check
popd