We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea8bad commit d3f7572Copy full SHA for d3f7572
CLAUDE.md
@@ -24,7 +24,7 @@ Graph Node is a Rust-based decentralized blockchain indexing protocol that enabl
24
cargo test --workspace --exclude graph-tests
25
26
# Run specific tests
27
-cargo test --package graph data_source::common::tests
+cargo test -p graph data_source::common::tests
28
cargo test <specific_test_name>
29
```
30
@@ -47,7 +47,10 @@ Integration tests require external services and are more complex to run than uni
47
**Running Integration Tests:**
48
```bash
49
# Run all integration tests
50
-cargo test --package graph-tests --test integration_tests -- --nocapture
+cargo test -p graph-tests --test integration_tests -- --nocapture
51
+
52
+# Run a specific integration test case (e.g., "grafted" test case)
53
+TEST_CASE=grafted cargo test -p graph-tests --test integration_tests -- --nocapture
54
55
56
**Important Notes:**
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments