mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-13 11:14:27 +01:00
* feat: add parallel PR check workflow * fix: remove branch restriction for PR check workflow * fix: suppress clippy warnings for needless lifetimes in CI workflows * refactor: consolidate Clippy checks and streamline test workflows * feat: add documentation workflow and remove legacy Rust CI workflow * feat: trigger PR check workflow on push to main branch * fix: update test command to use CI profile in PR check workflow * fix: enhance test command with partitioning and retries for improved performance * fix: remove partitioning from test command in PR check workflow * fix: update test job to use matrix strategy for multiple crates * fix: enhance test command with additional options for better output and error handling * fix: remove silent mode from test command for clearer output * fix: add check for existing tests before running in PR check workflow * fix: add missing fi statement to close if condition in PR check workflow * fix: improve test command logic to handle no tests found scenario