Skip to content

Commit

Permalink
fix: Use tool_configuration.channel_priority in TestConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-hbk committed Dec 19, 2024
1 parent 69b1d95 commit f3bce88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ pub async fn run_build_from_args(
)
.into_diagnostic()
.context("failed to reindex output channel")?,
channel_priority: ChannelPriority::Strict,
channel_priority: tool_configuration.channel_priority,
solve_strategy: SolveStrategy::Highest,
tool_configuration: tool_configuration.clone(),
},
Expand Down

0 comments on commit f3bce88

Please sign in to comment.