Skip to content

Web engine #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Web engine #134

wants to merge 1 commit into from

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