We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.rs
codeql test run
1 parent 3e10e78 commit ed07da4Copy full SHA for ed07da4
1 file changed
rust/extractor/src/qltest.rs
@@ -51,7 +51,7 @@ path = "main.rs"
51
}
52
53
fn set_sources(config: &mut Config) -> anyhow::Result<()> {
54
- let path_iterator = glob("*.rs").context("globbing test sources")?;
+ let path_iterator = glob("**/*.rs").context("globbing test sources")?;
55
config.inputs = path_iterator
56
.collect::<Result<Vec<_>, _>>()
57
.context("fetching test sources")?;
0 commit comments