This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new ecf51a0b1 🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/'
ecf51a0b1 is described below
commit ecf51a0b183824e3c64670ad1bb48564765268ed
Author: chaokunyang <[email protected]>
AuthorDate: Sun Dec 7 01:18:03 2025 +0000
🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/'
---
docs/docs/guide/DEVELOPMENT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/guide/DEVELOPMENT.md b/docs/docs/guide/DEVELOPMENT.md
index 858f53deb..ce7b4f193 100644
--- a/docs/docs/guide/DEVELOPMENT.md
+++ b/docs/docs/guide/DEVELOPMENT.md
@@ -76,7 +76,7 @@ bazel build //cpp/fory/encoder:fory_encoder
```bash
cd go/fory
# run test
-go test -v
+go test -v ./...
# run xlang test
go test -v fory_xlang_test.go
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]