[test] add CI workflow with Rust checks, cache setup, and auditing; update docs and README with CI details

This commit is contained in:
2025-08-12 05:09:24 +02:00
parent 3dc1237938
commit 94c816acdf
3 changed files with 47 additions and 1 deletions

View File

@@ -28,3 +28,4 @@ Example GitHub Actions job (outline)
Notes
- For GPU features, set up appropriate runners and add `--features gpu-cuda|gpu-hip|gpu-vulkan` where applicable.
- For docs-only changes, jobs still build/test to ensure doctests and examples compile when enabled.
- Mark the CI job named `ci` as a required status check for the default branch in repository branch protection settings.