c-cube / tiny_httpd

Minimal HTTP server using good old threads + blocking IO, with a small request router.
https://c-cube.github.io/tiny_httpd
75 stars 11 forks source link

Cleanup GitHub Actions workflow #42

Closed smorimoto closed 2 years ago

smorimoto commented 2 years ago

Here are the results of the actual test run. There are errors unrelated to this PR, but everything works as expected. https://github.com/smorimoto/tiny_httpd/actions/runs/1652179891

c-cube commented 2 years ago

Thank you, I'll look at the rest locally.