summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c5d3a0e4..7af0a598 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,27 +19,6 @@ jobs:
19 shellcheck ./configure 19 shellcheck ./configure
20 20
21 ############################################################################## 21 ##############################################################################
22 LuaLint:
23 runs-on: "ubuntu-latest"
24
25 steps:
26 - uses: actions/checkout@master
27
28 - uses: leafo/gh-actions-lua@v8.0.0
29 with:
30 luaVersion: "5.4"
31
32 - uses: leafo/gh-actions-luarocks@v4.0.0
33
34 - name: Prep
35 run: |
36 luarocks install luacheck
37
38 - name: Luacheck
39 run: |
40 luacheck .
41
42 ##############################################################################
43 TestMatrix: 22 TestMatrix:
44 strategy: 23 strategy:
45 matrix: 24 matrix:
@@ -60,13 +39,8 @@ jobs:
60 run: | 39 run: |
61 luarocks install busted 40 luarocks install busted
62 luarocks install cluacov 41 luarocks install cluacov
63 luarocks install luacheck
64 luarocks install busted-htest 42 luarocks install busted-htest
65 43
66 - name: Luacheck
67 run: |
68 luacheck .
69
70 - name: Unit Test 44 - name: Unit Test
71 run: | 45 run: |
72 eval $(luarocks path) 46 eval $(luarocks path)