Skip to content

remote: release pull limiter slot when body is read to EOF #2085

remote: release pull limiter slot when body is read to EOF

remote: release pull limiter slot when body is read to EOF #2085

Workflow file for this run

name: Build
on:
pull_request:
branches: ['main']
env:
GOTOOLCHAIN: local
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: '.go-version'
- run: |
go build ./...
go test -run=^$ ./...