Skip to content

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

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

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

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
env:
GOTOOLCHAIN: local
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: '.go-version'
- run: go test -coverprofile=coverage.txt -covermode=atomic -race ./...
- uses: codecov/codecov-action@v7.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}