orhun/zig-http-benchmarks

Add caching for GitHub Actions

Open

#5 opened on Jul 31, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Zig (2 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (62 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now the servers are being built for each workflow run which takes time. It would be nice to e.g. cache target folder for Rust and zig-cache for the Zig server.

Contributor guide