Skip to content

Add ReadTimeout and WriteTimeout to HTTP server (#24) #29

Add ReadTimeout and WriteTimeout to HTTP server (#24)

Add ReadTimeout and WriteTimeout to HTTP server (#24) #29

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run Unit Tests
run: make test-unit