Skip to content

Commit 8b6eff2

Browse files
committed
Extend large-scale testing
1 parent 8314c09 commit 8b6eff2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/run_comparisons.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@
3939
"CorePackages": {
4040
"url": "https://github.com/grilme99/CorePackages",
4141
"command": "--syntax luau ."
42+
},
43+
"react-lua": {
44+
"url": "https://github.com/jsdotlua/react-lua",
45+
"command": "--syntax luau ."
46+
},
47+
"jest-lua": {
48+
"url": "https://github.com/jsdotlua/jest-lua",
49+
"command": "--syntax luau ."
50+
},
51+
"lute": {
52+
"url": "https://github.com/luau-lang/lute",
53+
"command": "--syntax luau ."
4254
}
4355
}
4456

0 commit comments

Comments
 (0)