Test codespeed
This commit is contained in:
parent
6deefe8fd9
commit
64e256f2cc
4
.github/workflows/codspeed.yml
vendored
4
.github/workflows/codspeed.yml
vendored
@ -20,10 +20,10 @@ jobs:
|
||||
python-version: "3.9"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
run: poetry install
|
||||
|
||||
- name: Run benchmarks
|
||||
uses: CodSpeedHQ/action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODSPEED_TOKEN }}
|
||||
run: pytest tests/ --codspeed
|
||||
run: poetry run pytest tests/ --codspeed
|
Loading…
Reference in New Issue
Block a user