From 3429052d74d66aed71ae1dd7eaf3c42083fdc3bc Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Thu, 20 Jun 2019 17:01:26 -0500 Subject: [PATCH] Add --trace to test example to avoid timeout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 477fbdd..47138ac 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Using Docker: Interactively debug the tests ``` docker-compose run test bash - iex -S mix test + iex -S mix test --trace mix test --only wip ```