Add test suite — 13 integration tests covering guard, config, ops, gvas

This commit is contained in:
2026-06-01 19:28:27 +02:00
parent c1ab853847
commit c5ce853f90
5 changed files with 325 additions and 5 deletions
+1
View File
@@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --workspace
- run: cargo test --workspace
- run: cargo doc --no-deps --document-private-items --workspace
- name: Upload doc artifact
if: github.ref == 'refs/heads/master'