Open EdamAme-x opened 1 week ago
I think it is inefficient because bun run build is currently executed on many jobs.
bun run build
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.
I think it is inefficient because
bun run build
is currently executed on many jobs.