mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
Benchmarks added
This commit is contained in:
parent
8655fe2cd1
commit
b5f3dd6ac3
9 changed files with 58 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
name: CI
|
||||
name: pytest
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -30,6 +30,7 @@ jobs:
|
|||
pip install .
|
||||
pip install pytest
|
||||
pip install pytest-cov
|
||||
pip install pytest-benchmark
|
||||
|
||||
- name: Run tests
|
||||
run: pytest --cov=pyerrors -v
|
Loading…
Add table
Add a link
Reference in a new issue