Skip to content

Commit 76f66ba

Browse files
Use --no-flags-enabled to match VS Code luau-lsp behavior
1 parent ff31cee commit 76f66ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
- name: Run Tests
5353
run: |
5454
echo '{ "aliases": { "self": "src" } }' > .luaurc
55-
luau-lsp analyze --platform=standard --flag LuauSolverV2=true --flag LuauTarjanChildLimit=0 src/init.test.luau
55+
luau-lsp analyze --platform=standard --no-flags-enabled --flag LuauSolverV2=true src/init.test.luau
5656

0 commit comments

Comments
 (0)