Test codespeed

This commit is contained in:
Alek Petuskey 2025-01-19 18:19:44 -08:00
parent 6deefe8fd9
commit 64e256f2cc

View File

@ -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