From 8ce4df8285c457d1003d81402524df50419ccf2e Mon Sep 17 00:00:00 2001 From: Dave Lucia Date: Sun, 29 Sep 2024 08:30:55 -0400 Subject: [PATCH] run wiht diagnostic --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 063f957..1ceba90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: otp-version: ${{matrix.otp}} rebar3-version: ${{matrix.rebar3}} - - run: rebar3 do eunit, ct --cover, cover + - run: DIAGNOSTIC=1 rebar3 do eunit, ct --cover, cover newer-builds: name: Newer Erlang/OTP ${{matrix.otp}}