Skip to content

feat: performance improvements (#710) #316

feat: performance improvements (#710)

feat: performance improvements (#710) #316

name: Build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build-linux:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
uses: ./.github/workflows/build-linux-wheel.yml
with:
python-version: ${{ matrix.python-version }}
test-wheels-linux:
needs: build-linux
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
uses: ./.github/workflows/test-linux-wheel.yml
with:
python-version: ${{ matrix.python-version }}
# stress-test-linux:
# needs: build-linux
# strategy:
# fail-fast: false
# matrix:
# python-version: ["3.12"]
# uses: ./.github/workflows/test-linux-wheel.yml
# with:
# python-version: ${{ matrix.python-version }}
# pytest-markers: "-m 'stress_test'"
# timeout-minutes: 60