From 5270a55fbe6abb616029a91bef1495988280e91d Mon Sep 17 00:00:00 2001 From: Wade Mealing Date: Sat, 28 Oct 2023 13:56:41 +1000 Subject: [PATCH] Update rebar-testing.yml Use ltest instead of eunit. --- .github/workflows/rebar-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebar-testing.yml b/.github/workflows/rebar-testing.yml index 58238f2..a89ce3c 100644 --- a/.github/workflows/rebar-testing.yml +++ b/.github/workflows/rebar-testing.yml @@ -24,4 +24,4 @@ jobs: run: rebar3 lfe compile - name: Run Tests - run: rebar3 as test eunit + run: rebar3 as test lfe ltest