Add lint and build actions #1

Manually merged
MichaelBradley merged 30 commits from actions into main 2025-02-23 06:10:41 -05:00
Showing only changes of commit 1e212fc077 - Show all commits

View file

@ -57,3 +57,14 @@ jobs:
run: pip install -r requirements.txt
- name: Build Rust code
run: maturin develop
test-rust:
name: Test Rust
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Rust
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
- name: Run Rust tests
run: cargo test