(clippy_fail_on_warn: bool)
| 107 | |
| 108 | |
| 109 | def all_tests(clippy_fail_on_warn: bool): |
| 110 | variants = get_variants() |
| 111 | lint_install_sh() |
| 112 | run_cargo_tests(variants=variants) |
| 113 | run_clippy(variants=variants, fail_on_warn=clippy_fail_on_warn) |
nothing calls this directly
no test coverage detected