Skip to content

Make various {set,get}socktopt methods on Connection take ref #24

Make various {set,get}socktopt methods on Connection take ref

Make various {set,get}socktopt methods on Connection take ref #24

Workflow file for this run

name: Heph-HTTP
on:
push:
branches: [ main ]
paths:
- "http/**"
- ".github/workflows/http.yml"
pull_request:
branches: [ main ]
paths:
- "http/**"
- ".github/workflows/http.yml"
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
jobs:
Test:
runs-on: ubuntu-latest
timeout-minutes: 10
if: false # FIXME.
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/test
with:
working-directory: http
Sanitiser:
runs-on: ubuntu-latest
timeout-minutes: 10
if: false # FIXME.
strategy:
fail-fast: false
matrix:
sanitiser: [address, leak, memory, thread]
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/test_sanitizer
with:
sanitizer: ${{ matrix.sanitiser }}
working-directory: http