We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde69e2 commit 5cac303Copy full SHA for 5cac303
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Build Test Dependencies
77
run: |
78
- luarocks test nvim-best-practices-plugin-template-scm-1.rockspec --prepare
+ luarocks test cursor-text-objects-scm-1.rockspec --prepare
79
80
- name: Test
81
template.rockspec
@@ -26,6 +26,7 @@ description = {
26
test_dependencies = {
27
"busted >= 2.0, < 3.0",
28
"lua >= 5.1, < 6.0",
29
+ "nlua >= 0.2, < 1.0",
30
}
31
32
-- Reference: https://github.com/luarocks/luarocks/wiki/test#test-types
0 commit comments