honojs / hono

Web framework built on Web Standards
https://hono.dev
MIT License
20.48k stars 594 forks source link

ci: cache the results of `bun run build` #3662

Open EdamAme-x opened 1 week ago

EdamAme-x commented 1 week ago

I think it is inefficient because bun run build is currently executed on many jobs.

yusukebe commented 1 week ago

Perhaps bun run build is not needed for every runtime test. Each runtime test does not use a built file. And there is no need to check whether it can be built or not.