Skip to content
New issue

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

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

Already on GitHub? # to your account

Infer the platform when runner is called in standalone mode #213

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

fredszaq
Copy link
Collaborator

fixes #210

@kali kali force-pushed the standalone-runner-infer-platform branch from 6a04cc1 to 2551e02 Compare April 3, 2024 14:24
mod cli;

fn main() {
let cli = DinghyCli::parse();

//env::set_var("DINGHY_LOG", "trace");
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: remove this commented out line.

@kali kali merged commit efa0394 into main Apr 4, 2024
6 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support cargo-dinghy as a cargo test runner
3 participants