Skip to content

build(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.59.0 in /golang #98

build(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.59.0 in /golang

build(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.59.0 in /golang #98

Workflow file for this run

name: Blocking Tests
concurrency:
group: blocking-tests-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
push:
branches:
- main
env:
PYTHON_PATH: ./
jobs:
blocking-tests:
name: Python ${{ matrix.python }}
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
python: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v6
- name: Setup CycleTLS (Go build)
uses: ./.github/actions/setup-cycletls
- name: Setup uv
uses: astral-sh/setup-uv@v7
with:
python-version: ${{ matrix.python }}
enable-cache: true
- name: Install dependencies
run: uv sync --locked --all-extras --dev
- name: Run blocking tests
run: uv run pytest -v --color=yes -m "blocking" tests/