diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c43085426..385eff569 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,6 +119,11 @@ jobs: name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/coverage/.coverage.*') }} path: coverage include-hidden-files: true + - name: CodSpeed benchmarks + uses: CodSpeedHQ/action@v4 + with: + mode: simulation + run: pytest tests/ --codspeed coverage-combine: needs: [test]