Skip to content

Commit

Permalink
Ensure telemetry app is started in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed May 3, 2023
1 parent b3174dd commit 79b337e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mix/tasks/regression.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ defmodule Mix.Tasks.Archethic.Regression do

@impl Mix.Task
def run(args) do
Application.ensure_all_started(:telemetry)

case OptionParser.parse!(args,
strict: [
help: :boolean,
Expand Down

0 comments on commit 79b337e

Please sign in to comment.