Skip to content

Commit

Permalink
CI: Add asv check to CI
Browse files Browse the repository at this point in the history
* Adds a check for `asv` benchmarks
to CI just to make sure our benchmarks
are not breaking between commits.

* Related to #108
  • Loading branch information
nawtrey committed Aug 18, 2024
1 parent 0752279 commit 3a5280d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ jobs:
file: coverage.xml
fail_ci_if_error: False
verbose: True

- name: asv check
run: |
python -m pip install -r ./requirements_dev.txt
python -m asv check -E existing

0 comments on commit 3a5280d

Please sign in to comment.