From: rinpatch Date: Mon, 3 Jun 2019 08:24:03 +0000 (+0300) Subject: CI: Replace mix test and mix coveralls with just mix coveralls X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;ds=sidebyside;h=c3bcc4f6a2d23574de2feafe8b649745a9b96179;hp=-c;p=akkoma CI: Replace mix test and mix coveralls with just mix coveralls `mix coveralls` runs the tests by itself, exits with failure if one of them fails and accepts the same args, so there is no reason to run two of them at the same time. --- c3bcc4f6a2d23574de2feafe8b649745a9b96179 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53f05ae92..939175218 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,8 +52,7 @@ unit-testing: - mix deps.get - mix ecto.create - mix ecto.migrate - - mix test --trace --preload-modules - - mix coveralls + - mix coveralls --trace --preload-modules unit-testing-rum: stage: test