rust-bitcoin-unsafe-fast/.github/workflows
Tobin C. Harding 74f3a5aeda Run clippy from the test script
Currently we run clippy in CI using a github action. The invocation has
a couple of shortcomings

1. it does not lint the tests (this requires `--all-targets`)
2. it does not lint the examples

I could not find a way to lint the examples without explicitly linting
each example by name.

Move the clippy control to `test.sh` and add an env var `DO_LINT` to
control it. Remove the explicit CI job and run the linter during the
`Test` job using the stable toolchain.
2022-07-26 08:48:15 +10:00
..
fuzz.yml Tempararily pin fuzzer on rust 1.58 2022-02-24 23:47:30 -08:00
rust.yml Run clippy from the test script 2022-07-26 08:48:15 +10:00