From bdb388979992ef1997036c9e3ad9703ba69cebe4 Mon Sep 17 00:00:00 2001 From: bhimrazy Date: Wed, 4 Jun 2025 14:52:52 +0545 Subject: [PATCH] add duration reporting to pytest command in CI workflow --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 78445715..bb723d35 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -42,7 +42,7 @@ jobs: pip list - name: Tests - run: coverage run --source litdata -m pytest tests -v + run: coverage run --source litdata -m pytest tests -v --durations=100 - name: Statistics run: |