Skip to content

avoid some allocations plust some code clean up #77

avoid some allocations plust some code clean up

avoid some allocations plust some code clean up #77

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: Build Suave web server
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: self-hosted
steps:
#- name: Install httperf
# run: sudo apt-get install -y httperf
- uses: actions/checkout@v3
#- name: Setup .NET
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 8.0.401
- name: Build
run: ./build.sh