Skip to content

Instantly share code, notes, and snippets.

@michaelsproul
Last active June 24, 2021 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelsproul/f489112b1881c82de550d24a6f974bcb to your computer and use it in GitHub Desktop.
Save michaelsproul/f489112b1881c82de550d24a6f974bcb to your computer and use it in GitHub Desktop.
Single Integration Test Binary
[package]
autotests = false
[[test]]
name = "lighthouse_tests"
path = "tests/main.rs"
mod test1;
mod test2;
// etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment