diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2021-04-28 23:42:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 10:42:00 -0400 |
commit | 48659c374d769b877905827362387da48cf57a9c (patch) | |
tree | bc650d0d8d3b448b387fac6308de5d95c2900e33 /op_crates/fetch/lib.rs | |
parent | 2bd087ab1b2c2047b1681b8bb369a1f8acf30019 (diff) |
ci: build only lib and bins (#10401)
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.
Diffstat (limited to 'op_crates/fetch/lib.rs')
0 files changed, 0 insertions, 0 deletions