Temporarily disable Rust tests for brevity

This commit is contained in:
Michael Bradley 2025-02-23 09:10:08 -05:00
parent b390cd81c7
commit ead4d5549c
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -79,16 +79,16 @@ jobs:
run: pytest tests/*.py run: pytest tests/*.py
rust-test: rust-test:
name: Rust tests # name: Rust tests
runs-on: ubuntu-22.04 # runs-on: ubuntu-22.04
steps: # steps:
- name: Checkout the code # - name: Checkout the code
uses: actions/checkout@v4 # uses: actions/checkout@v4
- name: Set up Rust # - name: Set up Rust
uses: https://github.com/dtolnay/rust-toolchain@stable # uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Set up the Python toolchain # - name: Set up the Python toolchain
uses: actions/setup-python@v5 # uses: actions/setup-python@v5
with: # with:
python-version: "3.13" # python-version: "3.13"
- name: Run Rust tests # - name: Run Rust tests
run: cargo test # run: cargo test