Commit a349919 1 parent 16b64d8 commit a349919 Copy full SHA for a349919
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ The CI runs a couple of workflows:
7
7
- ** [ unit] ** : Runs unit tests (tests in ` src/ ` ) and doc tests
8
8
- ** [ integration] ** : Runs integration tests (tests in ` tests/ ` and sync tests)
9
9
- ** [ bench] ** : Runs benchmarks
10
- - ** [ eth-sync] ** : Runs Ethereum mainnet sync tests
11
- - ** [ op-sync] ** : Runs base mainnet sync tests for Optimism
10
+ - ** [ sync] ** : Runs sync tests
12
11
- ** [ stage] ** : Runs all ` stage run ` commands
13
12
14
13
### Docs
@@ -38,8 +37,7 @@ The CI runs a couple of workflows:
38
37
[ unit ] : https://github.com/paradigmxyz/reth/blob/main/.github/workflows/unit.yml
39
38
[ integration ] : https://github.com/paradigmxyz/reth/blob/main/.github/workflows/integration.yml
40
39
[ bench ] : https://github.com/paradigmxyz/reth/blob/main/.github/workflows/bench.yml
41
- [ eth-sync ] : https://github.com/paradigmxyz/reth/blob/main/.github/workflows/eth-sync.yml
42
- [ op-sync ] : https://github.com/paradigmxyz/reth/blob/main/.github/workflows/op-sync.yml
40
+ [ sync ] : https://github.com/paradigmxyz/reth/blob/main/.github/workflows/sync.yml
43
41
[ stage ] : https://github.com/paradigmxyz/reth/blob/main/.github/workflows/stage.yml
44
42
[ book ] : https://github.com/paradigmxyz/reth/blob/main/.github/workflows/book.yml
45
43
[ deny ] : https://github.com/paradigmxyz/reth/blob/main/.github/workflows/deny.yml
You can’t perform that action at this time.
0 commit comments