1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-16 12:33:10 +00:00

Add tests to pre-commit hooks and simplify CI matrix

- Add cargo test and e2e tests to pre-commit hooks
- Temporarily disable macOS CI to focus on Linux
- Ensure all tests pass locally before committing
This commit is contained in:
Jason Hall 2025-06-07 22:03:28 -04:00
parent 40dbb7053e
commit 5d254c7eca
Failed to extract signature
3 changed files with 15 additions and 14 deletions

View file

@ -131,7 +131,6 @@ fn test_verbose_logging() -> Result<()> {
}
#[test]
#[cfg_attr(not(ci), ignore)] // Run in CI, but allow skipping locally
fn test_full_build_and_run_workflow() -> Result<()> {
// This test requires Docker
let docker_check = StdCommand::new("docker").arg("version").output();