diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f5e4fe57..582c3f8c0 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: |