aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: |