From 5e9de936e28f18bf5ba3e392fcc54502505b01a8 Mon Sep 17 00:00:00 2001 From: Ivan Glushkov Date: Mon, 20 May 2019 11:21:34 +0400 Subject: Revert dependencies order in unit tests The PR https://github.com/erlware/relx/pull/655 changed the behaviour, while the tests were not fixed. This commit fixes the unit tests. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index b49a2b6..8e693dd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,7 @@ test_task: - image: erlang:19 - image: erlang:18 test_script: | - rebar3 ct + rebar3 eunit && rebar3 ct always: junit_artifacts: path: "_build/test/logs/ct_run.*/junit_report.xml" @@ -20,4 +20,4 @@ osx_check_task: test_script: | wget https://s3.amazonaws.com/rebar3/rebar3 chmod +x rebar3 - ./rebar3 ct + ./rebar3 eunit && ./rebar3 ct -- cgit v1.2.3