Skip to content

Commit

Permalink
Dockerfile: use rebar3 eunit -v to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 authored Sep 20, 2023
1 parent a0ef1e5 commit 8317afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ARG REBAR_PROFILE=prod
RUN rebar3 as $REBAR_PROFILE tar
# run rebar3 test suites
RUN rebar3 xref
RUN rebar3 eunit
RUN rebar3 eunit -v
# On slow architectures (e.g. QEMU builds), Common Tests (CT) may fail due to
# timeouts, therefore, retry twice on failure. On versions <= '1.10.1' CTs have
# even shorter timeouts, hence consider to set `--build-arg REBAR_CT=false`.
Expand Down

0 comments on commit 8317afd

Please sign in to comment.