Merge branch 'revert-8607ae68' into 'develop'

Revert "Merge branch 'test-coverage' into 'develop'"

See merge request pleroma/pleroma!1028
This commit is contained in:
rinpatch 2019-04-05 20:04:16 +00:00
commit e3ca9f708f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ unit-testing:
script:
- mix ecto.create
- mix ecto.migrate
- mix test --trace --preload-modules --cover
- mix test --trace --preload-modules
lint:
stage: test