<HTML><BODY><div>Hi, Igor!</div><div>Thanks for the patch!</div><div>LGTM as trivial.</div><div data-signature-widget="container"><div data-signature-widget="content"><div>--<br>Best regards,</div><div>Maxim Kokryashkin</div></div></div><div> </div><div> </div><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">Понедельник, 27 февраля 2023, 12:10 +03:00 от Igor Munkin <imun@tarantool.org>:<br> <div id=""><div class="js-helper js-readmsg-msg"><div><div id="style_16774890030050790726_BODY">There is no need to run linter checks (such as luacheck) in scope of the<br>testing workflows, since there is a separate one for this. Hence, only<br><LuaJIT-test> target should be used in these workflows.<br><br>Signed-off-by: Igor Munkin <<a href="/compose?To=imun@tarantool.org">imun@tarantool.org</a>><br>---<br> .github/workflows/exotic-builds-testing.yml | 2 +-<br> .github/workflows/testing.yml | 2 +-<br> 2 files changed, 2 insertions(+), 2 deletions(-)<br><br>diff --git a/.github/workflows/exotic-builds-testing.yml b/.github/workflows/exotic-builds-testing.yml<br>index 67ab9cc3..62b83931 100644<br>--- a/.github/workflows/exotic-builds-testing.yml<br>+++ b/.github/workflows/exotic-builds-testing.yml<br>@@ -74,5 +74,5 @@ jobs:<br>         run: cmake --build . --parallel<br>         working-directory: ${{ env.BUILDDIR }}<br>       - name: test<br>- run: cmake --build . --parallel --target test<br>+ run: cmake --build . --parallel --target LuaJIT-test<br>         working-directory: ${{ env.BUILDDIR }}<br>diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml<br>index b7a6cfe2..8300c443 100644<br>--- a/.github/workflows/testing.yml<br>+++ b/.github/workflows/testing.yml<br>@@ -74,7 +74,7 @@ jobs:<br>         run: cmake --build . --parallel<br>         working-directory: ${{ env.BUILDDIR }}<br>       - name: test<br>- run: cmake --build . --parallel --target test<br>+ run: cmake --build . --parallel --target LuaJIT-test<br>         working-directory: ${{ env.BUILDDIR }}<br> <br> <br>--<br>2.30.2</div></div></div></div></blockquote><div> </div></BODY></HTML>