ci: disable --trace for unit tests
authorrinpatch <rinpatch@sdf.org>
Thu, 14 Nov 2019 13:06:08 +0000 (16:06 +0300)
committerrinpatch <rinpatch@sdf.org>
Thu, 14 Nov 2019 13:06:08 +0000 (16:06 +0300)
it is mostly useless, but makes failures harder to find

.gitlab-ci.yml

index d915ebae93aee674b13325d9657fbb6b8102fb39..ab62c88275958f118e6783567864eb5daf1e8c78 100644 (file)
@@ -53,7 +53,7 @@ unit-testing:
     - mix deps.get
     - mix ecto.create
     - mix ecto.migrate
-    - mix coveralls --trace --preload-modules
+    - mix coveralls --preload-modules
 
 unit-testing-rum:
   stage: test
@@ -68,7 +68,7 @@ unit-testing-rum:
     - mix ecto.create
     - mix ecto.migrate
     - "mix ecto.migrate --migrations-path priv/repo/optional_migrations/rum_indexing/"
-    - mix test --trace --preload-modules
+    - mix test --preload-modules
 
 lint:
   stage: test