Skip to content

Commit 641a194

Browse files
committed
Fix lua test script
1 parent 88160d0 commit 641a194

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,4 @@ jobs:
218218
- name: Check lua
219219
working-directory: ./lua
220220
run: |
221-
luarocks install ./*.rockspec --check-lua-versions
222-
luarocks test
221+
luarocks make ./*.rockspec --check-lua-versions

0 commit comments

Comments
 (0)