Skip to content

Bump rhysd/github-action-benchmark from 1.20.3 to 1.20.4 #669

Bump rhysd/github-action-benchmark from 1.20.3 to 1.20.4

Bump rhysd/github-action-benchmark from 1.20.3 to 1.20.4 #669

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.4.8
with:
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]'
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
benchmark:
needs: tests
uses: ./.github/workflows/benchmarks.yml