Temporarily disable Rust tests for brevity
This commit is contained in:
parent
b390cd81c7
commit
ead4d5549c
1 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue