()
| 1 | fn main() { |
| 2 | // Force a rebuild of the test target to be able to run the full test suite locally just by |
| 3 | // setting GITHUB_ACTIONS=1 in the environment. |
| 4 | // This is because `test_with` is evaluated at build time |
| 5 | println!("cargo::rerun-if-env-changed=GITHUB_ACTIONS"); |
| 6 | } |
nothing calls this directly
no outgoing calls
no test coverage detected