ソース情報
- リポジトリ
- tokio-rs/toasty
- ソースの最終更新活動
- 2026年5月23日 07:57
- 検出された SKILL.md の言語
- 英語
- スター
- 3,102
- フォーク
- 136
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- dynamodb-tests
- description
- Always use this skill when running tests against dynamodb (DDB)
# Run toasty-driver-integration-suite against DDB and Sqlite use
To run against DDB only use: `cargo test --features dynamodb -- --test-threads=1`
# Run test suite against DDB only
Use this when troubleshooting and testing issues specific to DDB: `cargo test --features dynamodb --no-default-features -- --test-threads=1`
## Run a specific failing test against DDB
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`
GitHubで見る