Skip to content

Commit

Permalink
doc: remove missing link (#8363)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez authored May 23, 2024
1 parent 3eddaf3 commit 8158c28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/repo/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ The CI runs a couple of workflows:
- **[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)
- **[fuzz]**: Runs fuzz tests
- **[bench]**: Runs benchmarks

### Docs
Expand All @@ -23,10 +22,8 @@ The CI runs a couple of workflows:
[ci]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/ci.yml
[unit]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/unit.yml
[integration]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/integration.yml
[fuzz]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/fuzz.yml
[bench]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/bench.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
[sanity]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/sanity.yml
[release]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/release.yml
[gh-projects]: https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions

0 comments on commit 8158c28

Please sign in to comment.