Skip to content

Commit

Permalink
ngr: For invoking Elixir, use mix test --trace
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 7, 2024
1 parent 469d846 commit 9d0b96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes for pueblo

## Unreleased
- ngr: For invoking Elixir, use `mix test --trace`

## 2024-10-03 v0.0.10
- nlp: Updated dependencies langchain, langchain-text-splitters, unstructured
Expand Down
2 changes: 1 addition & 1 deletion pueblo/ngr/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test(self) -> None:
"""
Run test suite.
"""
run_command("mix test")
run_command("mix test --trace")


class GolangRunner(RunnerBase):
Expand Down

0 comments on commit 9d0b96a

Please # to comment.