Skip to content

Fix flaky TestReusableGoroutinesPool test #1

Fix flaky TestReusableGoroutinesPool test

Fix flaky TestReusableGoroutinesPool test #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_call:
concurrency:
# Cancel any running workflow for the same branch when new commits are pushed.
# We group both by ref_name (available when CI is triggered by a push to a branch/tag)
# and head_ref (available when CI is triggered by a PR).
group: "${{ github.ref_name }}-${{ github.head_ref }}"
cancel-in-progress: true
jobs:
run-tests:
uses: ./.github/workflows/test-build.yml