Skip to content

Commit 29500cb

Browse files
committed
Add luatest and checks as a submodule
Provide luatest repository as a submodule for execute luatest tests inside workflows. Checks is a dependency for a luatest. Needed for: #304
1 parent 3eff500 commit 29500cb

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
[submodule "lib/tarantool-python"]
55
path = lib/tarantool-python
66
url = https://github.com/tarantool/tarantool-python.git
7+
[submodule "luatest"]
8+
path = luatest
9+
url = https://github.com/tarantool/luatest
10+
[submodule "checks"]
11+
path = checks
12+
url = https://github.com/tarantool/checks.git

.luacheckrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ include_files = {
2727
exclude_files = {
2828
"lib/tarantool-python",
2929
"test/test-tarantool/*.test.lua",
30-
".rocks/**"
30+
".rocks/**",
31+
"luatest/**",
32+
"checks/**",
3133
}

checks

Submodule checks added at a55eba6

luatest

Submodule luatest added at bac09a6

0 commit comments

Comments
 (0)