Remove test job that just fails while building

This commit is contained in:
Michael Bradley 2025-02-23 05:21:57 -05:00
parent 3dc2942066
commit 03c9ec4ada
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -52,16 +52,3 @@ jobs:
uses: https://github.com/dtolnay/rust-toolchain@stable
- 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/dtolnay/rust-toolchain@stable
- name: Set up Python toolchain
uses: actions/setup-python@v5
- name: Run Rust tests
run: cargo test