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
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