From aa1717ee77d0a6ba022d1366e2a8e5f52893ce46 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 26 Aug 2024 13:19:30 +0200 Subject: [PATCH] CI: Add Elvis tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f5e4fe5736..582c3f8c032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,6 +133,8 @@ jobs: - run: make xref - run: make dialyzer - run: make test-eunit + - run: make elvis + if: matrix.otp >= 23 - name: Check Production Release run: |