zebra icon indicating copy to clipboard operation
zebra copied to clipboard

Run Rust builds when .cargo/config.toml or clippy.toml change

Open teor2345 opened this issue 2 years ago • 0 comments

Motivation

Changes to these files can affect CI results, because they change warnings and errors:

  • https://github.com/ZcashFoundation/zebra/blob/main/.cargo/config.toml
  • https://github.com/ZcashFoundation/zebra/blob/main/clippy.toml

We should add these files to all our CI jobs that run builds (including the test jobs, because they build tests).

Originally posted by @teor2345 in https://github.com/ZcashFoundation/zebra/pull/4640#discussion_r901196237

teor2345 avatar Jun 20 '22 23:06 teor2345