From eda4b59d4ed8653dd1169e1675d92a1dd1b91a66 Mon Sep 17 00:00:00 2001 From: V1K1NGbg Date: Mon, 29 Jul 2024 20:09:35 +0300 Subject: remove luagit from testing --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9082c431..1ccf5932 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: TestMatrix: strategy: matrix: - lua-version: ["5.4", "luajit"] + lua-version: ["5.4"] os: ["ubuntu-latest", "macos-latest"] runs-on: ${{ matrix.os }} @@ -50,7 +50,6 @@ jobs: luarocks install busted luarocks install cluacov luarocks install busted-htest - luarocks install compat53 - name: Unit Test run: | -- cgit v1.2.3-55-g6feb