aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-07-29 20:09:35 +0300
committerV1K1NGbg <victor@ilchev.com>2024-08-05 20:51:31 +0300
commiteda4b59d4ed8653dd1169e1675d92a1dd1b91a66 (patch)
tree3f2ff2f3ecbae81a3266f1f84f449f23740ac24a
parentc9afbc85a5c6ed7e5979a5f12950bfe06c995468 (diff)
downloadluarocks-eda4b59d4ed8653dd1169e1675d92a1dd1b91a66.tar.gz
luarocks-eda4b59d4ed8653dd1169e1675d92a1dd1b91a66.tar.bz2
luarocks-eda4b59d4ed8653dd1169e1675d92a1dd1b91a66.zip
remove luagit from testing
-rw-r--r--.github/workflows/test.yml3
1 files changed, 1 insertions, 2 deletions
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:
28 TestMatrix: 28 TestMatrix:
29 strategy: 29 strategy:
30 matrix: 30 matrix:
31 lua-version: ["5.4", "luajit"] 31 lua-version: ["5.4"]
32 os: ["ubuntu-latest", "macos-latest"] 32 os: ["ubuntu-latest", "macos-latest"]
33 runs-on: ${{ matrix.os }} 33 runs-on: ${{ matrix.os }}
34 34
@@ -50,7 +50,6 @@ jobs:
50 luarocks install busted 50 luarocks install busted
51 luarocks install cluacov 51 luarocks install cluacov
52 luarocks install busted-htest 52 luarocks install busted-htest
53 luarocks install compat53
54 53
55 - name: Unit Test 54 - name: Unit Test
56 run: | 55 run: |