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"
|
python-version: "3.9"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements.txt
|
run: poetry install
|
||||||
|
|
||||||
- name: Run benchmarks
|
- name: Run benchmarks
|
||||||
uses: CodSpeedHQ/action@v3
|
uses: CodSpeedHQ/action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODSPEED_TOKEN }}
|
token: ${{ secrets.CODSPEED_TOKEN }}
|
||||||
run: pytest tests/ --codspeed
|
run: poetry run pytest tests/ --codspeed
|
Loading…
Reference in New Issue
Block a user