mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
1.6 KiB
1.6 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) - fuzz: Runs fuzz tests
- bench: Runs benchmarks
Docs
- book: Builds, tests, and deploys the book.
Meta
- deny: Runs
cargo denyto check for license conflicts and security advisories in our dependencies - sanity: Runs a couple of sanity checks on the code every night, such as checking for unused dependencies
- project: GitHub Projects automation.