Skip to content

Asynchronous action running after http response is sent #33

Asynchronous action running after http response is sent

Asynchronous action running after http response is sent #33

Workflow file for this run

name: Test HTTPE on Windows
on: [ push ]
jobs:
test:
name: Test HTTPE on Windows
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Test
run: go test -race -v ./...