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:
parent
40dbb7053e
commit
5d254c7eca
3 changed files with 15 additions and 14 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue