Last active
June 24, 2021 04:29
-
-
Save michaelsproul/f489112b1881c82de550d24a6f974bcb to your computer and use it in GitHub Desktop.
Single Integration Test Binary
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
autotests = false | |
[[test]] | |
name = "lighthouse_tests" | |
path = "tests/main.rs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mod test1; | |
mod test2; | |
// etc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment