8000 Release v0.3.0: ci: Do less work in CI · becky112358/druid · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.3.0

@cmyr cmyr tagged this 02 Nov 04:52
This reduces the amount of work we will do in CI in two ways:

- it moves the 'deny warnings' check to happen in the same
job as the `cargo test` check, because they both compile
at the same optimization level and we can reuse artifacts.

- it removes the 'cargo check' job, since any failure there
will also be caught in `cargo test`. If jobs were sequential
it might be worth checking first, to fail quickly, but
since jobs are parallel this is just extra work for no
tangible benefit.
Assets 2
Loading
0