MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / main

Function main

build.rs:1–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1fn 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected