mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
48659c374d
Currently we specify --all-targets when building. It's equivalent of --lib --bins --tests --benches --examples, but in test release jobs, we don't need to build everything. So this PR reduces build target to only --bin deno --bin test_server in build phase, and reduces test targets to --bins --lib --tests. This skips the building of benches and examples in test release jobs. |
||
---|---|---|
.. | ||
mtime_cache | ||
workflows | ||
FUNDING.yml | ||
PULL_REQUEST_TEMPLATE.md | ||
stale.yml |