Skip to content

Commit 44d85a2

Browse files
committed
update workflow
1 parent 6f15e0f commit 44d85a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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/...

0 commit comments

Comments
 (0)