Skip to content

Commit 5cac303

Browse files
committed
--amend
1 parent fde69e2 commit 5cac303

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Build Test Dependencies
7777
run: |
78-
luarocks test nvim-best-practices-plugin-template-scm-1.rockspec --prepare
78+
luarocks test cursor-text-objects-scm-1.rockspec --prepare
7979
8080
- name: Test
8181
run: |

template.rockspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ description = {
2626
test_dependencies = {
2727
"busted >= 2.0, < 3.0",
2828
"lua >= 5.1, < 6.0",
29+
"nlua >= 0.2, < 1.0",
2930
}
3031

3132
-- Reference: https://github.com/luarocks/luarocks/wiki/test#test-types

0 commit comments

Comments
 (0)