Skip to content

Commit

Permalink
ci: make benchmark a separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Oct 27, 2024
1 parent 400554f commit 61874f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
uses: pypa/hatch@install
- name: Run tests
run: hatch test

benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Hatch
uses: pypa/hatch@install
- name: Run benchmarks
run: |
hatch run bench:all

0 comments on commit 61874f4

Please sign in to comment.