aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
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