succinctlabs / rsp

A minimal implementation of ZKPs of Ethereum block execution using Reth. Supports both Ethereum and OP Stack.
Apache License 2.0
55 stars 19 forks source link

refactor: separate integration tests #29

Closed xJonathanLEI closed 2 months ago

xJonathanLEI commented 2 months ago

Because integration tests that require access to external resources are supposed to live in tests instead of alongside the source, which is usually used for unit tests only.

Also sets up CI to run tests using erpc through rsp-tests.