This commit is contained in:
Scott Lessans 2025-08-05 11:41:19 -07:00
parent 64bca4cf32
commit 0c69fd960d
2 changed files with 81 additions and 0 deletions

View file

@ -19,6 +19,20 @@ permissions:
contents: read
jobs:
tests:
name: Tests (fmt, clippy, cargo test, doctest, pytest)
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Run composite test suite
uses: ./.github/actions/run-rust-python-tests
with:
python-version: "3.11"
rust-toolchain: stable
linux:
runs-on: ${{ matrix.platform.runner }}
strategy: