diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 337c38d3..7ee8e153 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -51,6 +51,8 @@ jobs: env: TZ: Europe/Berlin + # Diagnostic guard: covers the coverage run only. If `npm test` (above) + # exits 1 with a birpc error, the named pattern appears here — not there. - name: Assert no birpc teardown race in coverage run shell: bash if: always()