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 493bf20bf 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
493bf20bf is described below
commit 493bf20bff675bfcc0f84f9332450d44dc2becf6
Author: chaokunyang <[email protected]>
AuthorDate: Wed Oct 8 09:47:07 2025 +0000
🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
docs/guide/DEVELOPMENT.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/guide/DEVELOPMENT.md b/docs/guide/DEVELOPMENT.md
index 54c0b7296..b3ac9d360 100644
--- a/docs/guide/DEVELOPMENT.md
+++ b/docs/guide/DEVELOPMENT.md
@@ -96,6 +96,8 @@ cd rust
cargo build
# run test
cargo test
+# run specific test
+cargo test -p fory-tests --test $test_file $test_method
```
#### Environment Requirements
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]