From d3239c8ee53c31dac29a2c7f0aacdb5b8b21e170 Mon Sep 17 00:00:00 2001 From: rht Date: Fri, 16 Feb 2024 03:23:39 -0500 Subject: [PATCH] tests: Print 10 slowest unit tests --- .github/workflows/build_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_lint.yml b/.github/workflows/build_lint.yml index 39ee106c6db..c1dcedb83d5 100644 --- a/.github/workflows/build_lint.yml +++ b/.github/workflows/build_lint.yml @@ -73,7 +73,7 @@ jobs: - name: Install Mesa run: pip install --no-deps . - name: Test with pytest - run: pytest --cov=mesa tests/ --cov-report=xml + run: pytest --durations=10 --cov=mesa tests/ --cov-report=xml - if: matrix.os == 'ubuntu' name: Codecov uses: codecov/codecov-action@v4