Skip to content

Commit ba64d09

Browse files
committed
Fix ci again
1 parent 0da6620 commit ba64d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
go-version: "1.25"
4242

4343
- name: 🧪 Go Test
44-
run: go test ./...
44+
run: cd clients/cenv-go && go test ./...
4545

0 commit comments

Comments
 (0)