Add CI testing #2

Manually merged
MichaelBradley merged 11 commits from actions into main 2025-02-23 09:29:58 -05:00
Showing only changes of commit 6b929834b7 - Show all commits

View file

@ -57,5 +57,14 @@ jobs:
run: |
source venv/bin/activate
pytest tests/*.py
rust-test:
name: Rust test
runs-on: ubuntu-22.04
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Set up Rust
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Run Rust tests
run: cargo test