Skip to content

Commit

Permalink
feat: run tests verbosely (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Mar 9, 2024
1 parent adfde6c commit cfa611f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ def test_formula(formula: str) -> bool:
args_list=[
'brew',
'test',
os.path.join(temp_repo, formula)
os.path.join(temp_repo, formula),
'--verbose'
],
capture_output=True
)
Expand Down

0 comments on commit cfa611f

Please sign in to comment.