mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
1.3 KiB
1.3 KiB
CI
The CI runs a couple of workflows:
Code
- ci: A catch-all for small jobs. Currently only runs lints (rustfmt, clippy etc.)
- unit: Runs unit tests (tests in
src/) and doc tests - integration: Runs integration tests (tests in
tests/and sync tests) - bench: Runs benchmarks
Docs
- book: Builds, tests, and deploys the book.