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 ead4d5549c - Show all commits

View file

@ -79,16 +79,16 @@ jobs:
run: pytest tests/*.py
rust-test:
name: Rust tests
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: Set up the Python toolchain
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Run Rust tests
run: cargo test
# name: Rust tests
# 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: Set up the Python toolchain
# uses: actions/setup-python@v5
# with:
# python-version: "3.13"
# - name: Run Rust tests
# run: cargo test