logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: e71da4468e8f6e9e4f45a48f6fb266a89eade541
parent: 1236c5dbf55d631b10ad0e73836a2a9cd43ddaa8
Author: rinpatch <rinpatch@sdf.org>
Date:   Mon,  3 Jun 2019 08:35:24 +0000

Merge branch 'chore/ci-speedup' into 'develop'

CI: Replace mix test and mix coveralls with just mix coveralls

See merge request pleroma/pleroma!1235

Diffstat:

M.gitlab-ci.yml3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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