Skip to content

Commit

Permalink
ci: use unbuffer_stdout() to ease debugging of failed CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Dec 30, 2024
1 parent fb528cd commit 9754714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/common/runner.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub fn (t Task) run() {
}

pub fn run(all_tasks map[string]Task) {
unbuffer_stdout()
if os.args.len < 2 {
println('Usage: v run macos_ci.vsh <task_name>')
println('Available tasks are: ${all_tasks.keys()}')
Expand Down

0 comments on commit 9754714

Please sign in to comment.