Skip to content

consume the rest of the declared body in readMultipartForm #2172

consume the rest of the declared body in readMultipartForm

consume the rest of the declared body in readMultipartForm #2172

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [ 1.25.x, 1.26.x ]
os: [ ubuntu-latest, macos-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: ${{ matrix.go-version }}
- run: go version
- run: go test -shuffle=on ./...
- run: go test -race -shuffle=on ./...