From d6d0010f2aa8e1ba435a693d67a12f8fbd951ce8 Mon Sep 17 00:00:00 2001 From: Sicheng Dong Date: Sun, 13 Sep 2026 17:37:34 +0200 Subject: [PATCH 1/2] Add duration parameter for ci workflow. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4961c2f..ba48e5b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,4 +159,5 @@ jobs: --verbosity=2 \ -ra \ --disable-warnings \ + --durations=0 \ -m "not bedrock" From 72c6b06050e73ff20745b4246cf01b72495f9b33 Mon Sep 17 00:00:00 2001 From: Sicheng Dong Date: Wed, 16 Sep 2026 13:40:40 +0200 Subject: [PATCH 2/2] show 10 slowest test durations instead of all --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba48e5b8..422a87e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,5 +159,5 @@ jobs: --verbosity=2 \ -ra \ --disable-warnings \ - --durations=0 \ + --durations=10 \ -m "not bedrock"