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

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-08-07 11:31:11 +02:00
parent 7800794271
commit 90598c9ffc
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

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