diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3ae8be..f76e374 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,4 +28,4 @@ jobs: - name: Compile run: rebar3 compile - name: EUnit tests - run: rebar3 eunit + run: TERM=xterm rebar3 eunit