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 6, 2024
1 parent 469d846 commit 2f165a6
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")

Check warning on line 162 in pueblo/ngr/runner.py

View check run for this annotation

Codecov / codecov/patch

pueblo/ngr/runner.py#L162

Added line #L162 was not covered by tests


class GolangRunner(RunnerBase):
Expand Down

0 comments on commit 2f165a6

Please sign in to comment.