mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: remove deleted op-sync workflow from docs (#12086)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
@ -7,8 +7,7 @@ The CI runs a couple of workflows:
|
||||
- **[unit]**: Runs unit tests (tests in `src/`) and doc tests
|
||||
- **[integration]**: Runs integration tests (tests in `tests/` and sync tests)
|
||||
- **[bench]**: Runs benchmarks
|
||||
- **[eth-sync]**: Runs Ethereum mainnet sync tests
|
||||
- **[op-sync]**: Runs base mainnet sync tests for Optimism
|
||||
- **[sync]**: Runs sync tests
|
||||
- **[stage]**: Runs all `stage run` commands
|
||||
|
||||
### Docs
|
||||
@ -38,8 +37,7 @@ The CI runs a couple of workflows:
|
||||
[unit]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/unit.yml
|
||||
[integration]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/integration.yml
|
||||
[bench]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/bench.yml
|
||||
[eth-sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/eth-sync.yml
|
||||
[op-sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/op-sync.yml
|
||||
[sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/sync.yml
|
||||
[stage]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/stage.yml
|
||||
[book]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/book.yml
|
||||
[deny]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/deny.yml
|
||||
|
||||
Reference in New Issue
Block a user