File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 run : go install golang.org/x/tools/gopls@latest
5454
5555 - name : Run Go integration tests
56- run : go test ./integrationtests/languages /go/...
56+ run : go test ./integrationtests/tests /go/...
5757
5858 python-integration-tests :
5959 name : Python Integration Tests
7777 run : npm install -g pyright
7878
7979 - name : Run Python integration tests
80- run : go test ./integrationtests/languages /python/...
80+ run : go test ./integrationtests/tests /python/...
8181
8282 rust-integration-tests :
8383 name : Rust Integration Tests
@@ -106,7 +106,7 @@ jobs:
106106 - run : rust-analyzer --version
107107
108108 - name : Run Rust integration tests
109- run : go test ./integrationtests/languages /rust/...
109+ run : go test ./integrationtests/tests /rust/...
110110
111111 typescript-integration-tests :
112112 name : TypeScript Integration Tests
@@ -130,4 +130,4 @@ jobs:
130130 run : npm install -g typescript typescript-language-server
131131
132132 - name : Run TypeScript integration tests
133- run : go test ./integrationtests/languages /typescript/...
133+ run : go test ./integrationtests/tests /typescript/...
You can’t perform that action at this time.
0 commit comments