ci: disable --trace for unit tests

it is mostly useless, but makes failures harder to find
This commit is contained in:
rinpatch 2019-11-14 16:06:08 +03:00
parent 6085c71bd1
commit 2861f97e46
1 changed files with 2 additions and 2 deletions

View 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