File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,15 @@ cargo test -p graph-tests --test runner_tests test_name -- --nocapture
90
90
3 . Anvil running on localhost:3021
91
91
4 . Yarn (v1)
92
92
5 . Foundry (for smart contract compilation)
93
+ 6 . ** Built graph-node binary** (integration tests require the compiled binary)
93
94
94
95
The environment dependencies and environment setup are operated by the human.
95
96
96
97
** Running Integration Tests:**
97
98
``` bash
99
+ # REQUIRED: Build graph-node binary before running integration tests
100
+ cargo build --bin graph-node
101
+
98
102
# Run all integration tests
99
103
cargo test -p graph-tests --test integration_tests -- --nocapture
100
104
@@ -247,6 +251,9 @@ cargo test -p graph-tests --test runner_tests -- --nocapture
247
251
# PostgreSQL: localhost:3011, IPFS: localhost:3001, Anvil: localhost:3021
248
252
nix run .# integration
249
253
254
+ # Claude: Build graph-node binary before running integration tests
255
+ cargo build --bin graph-node
256
+
250
257
# Claude: Run integration tests
251
258
cargo test -p graph-tests --test integration_tests
252
259
```
You can’t perform that action at this time.
0 commit comments