feat: also exclude tests
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-07 11:24:26 +02:00
parent 12dff478a3
commit 7800794271
2 changed files with 13 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ impl RustSource {
let mut excludes = self.exclude.clone();
excludes.push("**/src".to_string());
excludes.push("**/test".to_string());
let directory = self.client.host().directory_opts(
source.display().to_string(),