تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٢٬٥٧٢
forks:١٠٤
updated:٢٣ مايو ٢٠٢٦ في ٠٧:٥٧
SKILL.md
| name | dynamodb-tests |
| description | Always use this skill when running tests against dynamodb (DDB) |
To run against DDB only use: cargo test --features dynamodb -- --test-threads=1
Use this when troubleshooting and testing issues specific to DDB: cargo test --features dynamodb --no-default-features -- --test-threads=1
Use this when you need to troubleshoot a specific failing test method: cargo test --features dynamodb --no-default-features <test method name> -- --test-threads=1