Skip to content

Conversation

snuk182
Copy link

@snuk182 snuk182 commented Apr 24, 2025

Targets #85

@@ -227,7 +227,13 @@ fn build_crate(data: &mut ProcessorData<'_>) -> Result<()> {
} else {
command.current_dir(path);
}
run_command(&mut command)?;
run_command(&mut command).or(match cargo_cmd {
&"test" => {
Copy link
Author

@snuk182 snuk182 Apr 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be improved by a parameter. Since X cannot be started in a Docker env, every GUI test fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants